Html Css Color HEX #A64876 Royal Heath

📋 copy color: '#A64876'

red 166 ◦ green 72 ◦ blue 118

#A64876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A64876

Tints of Royal Heath #A64876

RGB

 RED value IS 166 (65.23% from 255) = 46.63%

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 46.63%
G = 20.22%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A64876 (or 0xA64876) is known color: Royal Heath. HEX triplet: A6, 48 and 76. RGB value is (166,72,118). Sum of RGB (Red+Green+Blue) = 166+72+118=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A64876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64876 is #59B789. Grayscale: #696969. Windows color (decimal): -5879690 or 7751846. OLE color: 7751846.

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

Color convert

RGB 166 72 118 -
CMYK 0 0.57 0.29 0.35
HSL 330.64º 0.39% 0.47% -
HSV(B) 330.64º 0.57% 0.65% -
XYZ 21.31 14.05 18.73 -
YUV 105.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 166 72 118 0 0.57 0.29 0.35 330.64 0.39 0.47
Hex A6 48 76 0 39 1D 23 14B 27 2F
Octal 246 110 166 0 71 35 43 513 47 57
Binary 10100110 1001000 1110110 0 111001 11101 100011 101001011 100111 101111

Color Harmonies of #A64876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64876

Black with #A64876

Text Example


Text Example

White with #A64876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64876; }

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

 H1.HeaderClassName
 {
   color: #A64876;
 }
 .AnyTagClassName
 {
   color: #A64876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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