#A64B84

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

Shades of Royal Heath #A64B84

Tints of Royal Heath #A64B84

Color information

#A64B84 (or 0xA64B84) is unknown color: approx Royal Heath. HEX triplet: A6, 4B and 84. RGB value is (166,75,132). Sum of RGB (Red+Green+Blue) = 166+75+132=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B84 is #59B47B. Grayscale: #6C6C6C. Windows color (decimal): -5878908 or 8670118. OLE color: 8670118.

HSL color Cylindrical-coordinate representation of color #A64B84: hue angle of 322.42º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B84 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16675132-
CMYK00.550.200.35
HSL322.42º37.76%47.25%-
HSV(B)322.42º54.82%65.1%-
XYZ22.4114.8123.51-
YUV108.71141.15168.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=44.50%
G=20.11%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667513200.550.200.35322.4237.7647.25
HexA64B840371423142262f
Octal24611320406724435024657
Binary10100110100101110000100011011110100100011101000010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B84; }

 p { color: rgb(166,75,132); }

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

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

 a { background-color: rgb(166,75,132); }

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

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

 span { border-color: rgb(166,75,132); }

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