#A65578

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

Shades of Royal Heath #A65578

Tints of Royal Heath #A65578

Color information

#A65578 (or 0xA65578) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 78. RGB value is (166,85,120). Sum of RGB (Red+Green+Blue) = 166+85+120=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A65578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65578 is #59AA87. Grayscale: #717171. Windows color (decimal): -5876360 or 7886246. OLE color: 7886246.

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

Color convert

RGB16685120-
CMYK00.490.280.35
HSL334.07º32.27%49.22%-
HSV(B)334.07º48.8%65.1%-
XYZ22.3615.9619.67-
YUV113.21131.84165.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=44.74%
G=22.91%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512000.490.280.35334.0732.2749.22
HexA655780311C2314e2031
Octal24612517006134435164061
Binary1010011010101011111000011000111100100011101001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65578; }

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

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

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

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

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

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

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

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