#A65376

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

Shades of Royal Heath #A65376

Tints of Royal Heath #A65376

Color information

#A65376 (or 0xA65376) is unknown color: approx Royal Heath. HEX triplet: A6, 53 and 76. RGB value is (166,83,118). Sum of RGB (Red+Green+Blue) = 166+83+118=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A65376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65376 is #59AC89. Grayscale: #6F6F6F. Windows color (decimal): -5876874 or 7754662. OLE color: 7754662.

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

Color convert

RGB16683118-
CMYK00.500.290.35
HSL334.7º33.33%48.82%-
HSV(B)334.7º50%65.1%-
XYZ22.0915.618.99-
YUV111.81131.5166.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=45.23%
G=22.62%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668311800.500.290.35334.733.3348.82
HexA653760321D2314f2131
Octal24612316606235435174161
Binary1010011010100111110110011001011101100011101001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65376; }

 p { color: rgb(166,83,118); }

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

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

 a { background-color: rgb(166,83,118); }

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

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

 span { border-color: rgb(166,83,118); }

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