#A3527B

Color #A3527B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A3527B

Tints of Royal Heath #A3527B

Color information

#A3527B (or 0xA3527B) is unknown color: approx Royal Heath. HEX triplet: A3, 52 and 7B. RGB value is (163,82,123). Sum of RGB (Red+Green+Blue) = 163+82+123=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3527B is #5CAD84. Grayscale: #6E6E6E. Windows color (decimal): -6073733 or 8082083. OLE color: 8082083.

HSL color Cylindrical-coordinate representation of color #A3527B: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3527B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16382123-
CMYK00.500.250.36
HSL329.63º33.06%48.04%-
HSV(B)329.63º49.69%63.92%-
XYZ21.715.2520.54-
YUV110.89134.84165.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=44.29%
G=22.28%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638212300.500.250.36329.6333.0648.04
HexA3527B032192414a2130
Octal24312217306231445124160
Binary1010001110100101111011011001011001100100101001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3527B; }

 p { color: rgb(163,82,123); }

 H1.HeaderClassName
 {
   color: #A3527B;
 }
 .AnyTagClassName
 {
   color: #A3527B;
 }
</style>
background-color css

<style>
 a { background-color: #A3527B; }

 a { background-color: rgb(163,82,123); }

 div.DivClassName
 {
   background-color: #A3527B;
 }
 .BgClassName
 {
   background-color: #A3527B;
 }
</style>
border-color css

<style>
 span { border-color: #A3527B; }

 span { border-color: rgb(163,82,123); }

 td.TdClassName
 {
   border-color: #A3527B;
 }
 .TagClassName
 {
   border-color: #A3527B;
 }
</style>