#A65779

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

Shades of Royal Heath #A65779

Tints of Royal Heath #A65779

Color information

#A65779 (or 0xA65779) is unknown color: approx Royal Heath. HEX triplet: A6, 57 and 79. RGB value is (166,87,121). Sum of RGB (Red+Green+Blue) = 166+87+121=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A65779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65779 is #59A886. Grayscale: #727272. Windows color (decimal): -5875847 or 7952294. OLE color: 7952294.

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

Color convert

RGB16687121-
CMYK00.480.270.35
HSL334.18º31.23%49.61%-
HSV(B)334.18º47.59%65.1%-
XYZ22.5916.320.05-
YUV114.5131.67164.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=44.39%
G=23.26%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668712100.480.270.35334.1831.2349.61
HexA657790301B2314e1f32
Octal24612717106033435163762
Binary101001101010111111100101100001101110001110100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65779; }

 p { color: rgb(166,87,121); }

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

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

 a { background-color: rgb(166,87,121); }

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

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

 span { border-color: rgb(166,87,121); }

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