Html Css Color HEX #A64774 Royal Heath

📋 copy color: '#A64774'

red 166 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #A64774

Tints of Royal Heath #A64774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 47.03%
G = 20.11%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64774 (or 0xA64774) is known color: Royal Heath. HEX triplet: A6, 47 and 74. RGB value is (166,71,116). Sum of RGB (Red+Green+Blue) = 166+71+116=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A64774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64774 is #59B88B. Grayscale: #686868. Windows color (decimal): -5879948 or 7620518. OLE color: 7620518.

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

Color convert

RGB 166 71 116 -
CMYK 0 0.57 0.30 0.35
HSL 331.58º 0.4% 0.46% -
HSV(B) 331.58º 0.57% 0.65% -
XYZ 21.13 13.87 18.09 -
YUV 104.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 166 71 116 0 0.57 0.30 0.35 331.58 0.4 0.46
Hex A6 47 74 0 39 1E 23 14C 28 2E
Octal 246 107 164 0 71 36 43 514 50 56
Binary 10100110 1000111 1110100 0 111001 11110 100011 101001100 101000 101110

Color Harmonies of #A64774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64774

Black with #A64774

Text Example


Text Example

White with #A64774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64774; }

 p { color: rgb(166,71,116); }

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

background-color css

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

 a { background-color: rgb(166,71,116); }

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

border-color css

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

 span { border-color: rgb(166,71,116); }

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