Html Css Color HEX #A64479 Royal Heath

📋 copy color: '#A64479'

red 166 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #A64479

Tints of Royal Heath #A64479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 46.76%
G = 19.15%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64479 (or 0xA64479) is known color: Royal Heath. HEX triplet: A6, 44 and 79. RGB value is (166,68,121). Sum of RGB (Red+Green+Blue) = 166+68+121=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A64479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64479 is #59BB86. Grayscale: #676767. Windows color (decimal): -5880711 or 7947430. OLE color: 7947430.

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

Color convert

RGB 166 68 121 -
CMYK 0 0.59 0.27 0.35
HSL 327.55º 0.42% 0.46% -
HSV(B) 327.55º 0.59% 0.65% -
XYZ 21.24 13.62 19.6 -
YUV 103.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 166 68 121 0 0.59 0.27 0.35 327.55 0.42 0.46
Hex A6 44 79 0 3B 1B 23 148 2A 2E
Octal 246 104 171 0 73 33 43 510 52 56
Binary 10100110 1000100 1111001 0 111011 11011 100011 101001000 101010 101110

Color Harmonies of #A64479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64479

Black with #A64479

Text Example


Text Example

White with #A64479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64479; }

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

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

background-color css

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

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

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

border-color css

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

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

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