#A65878

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

Shades of Royal Heath #A65878

Tints of Royal Heath #A65878

Color information

#A65878 (or 0xA65878) is unknown color: approx Royal Heath. HEX triplet: A6, 58 and 78. RGB value is (166,88,120). Sum of RGB (Red+Green+Blue) = 166+88+120=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A65878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65878 is #59A787. Grayscale: #727272. Windows color (decimal): -5875592 or 7887014. OLE color: 7887014.

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

Color convert

RGB16688120-
CMYK00.470.280.35
HSL335.38º30.71%49.8%-
HSV(B)335.38º46.99%65.1%-
XYZ22.6116.4419.75-
YUV114.97130.84164.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=44.39%
G=23.53%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668812000.470.280.35335.3830.7149.8
HexA6587802F1C2314f1f32
Octal24613017005734435173762
Binary101001101011000111100001011111110010001110100111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65878; }

 p { color: rgb(166,88,120); }

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

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

 a { background-color: rgb(166,88,120); }

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

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

 span { border-color: rgb(166,88,120); }

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