Html Css Color HEX #A64979 Royal Heath

📋 copy color: '#A64979'

red 166 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #A64979

Tints of Royal Heath #A64979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 46.11%
G = 20.28%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64979 (or 0xA64979) is known color: Royal Heath. HEX triplet: A6, 49 and 79. RGB value is (166,73,121). Sum of RGB (Red+Green+Blue) = 166+73+121=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A64979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64979 is #59B686. Grayscale: #6A6A6A. Windows color (decimal): -5879431 or 7948710. OLE color: 7948710.

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

Color convert

RGB 166 73 121 -
CMYK 0 0.56 0.27 0.35
HSL 329.03º 0.39% 0.47% -
HSV(B) 329.03º 0.56% 0.65% -
XYZ 21.56 14.25 19.7 -
YUV 106.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 166 73 121 0 0.56 0.27 0.35 329.03 0.39 0.47
Hex A6 49 79 0 38 1B 23 149 27 2F
Octal 246 111 171 0 70 33 43 511 47 57
Binary 10100110 1001001 1111001 0 111000 11011 100011 101001001 100111 101111

Color Harmonies of #A64979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64979

Black with #A64979

Text Example


Text Example

White with #A64979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64979; }

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

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

background-color css

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

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

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

border-color css

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

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

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