Html Css Color HEX #A64179 Royal Heath

📋 copy color: '#A64179'

red 166 ◦ green 65 ◦ blue 121

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

Shades of Royal Heath #A64179

Tints of Royal Heath #A64179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 47.16%
G = 18.47%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64179 (or 0xA64179) is known color: Royal Heath. HEX triplet: A6, 41 and 79. RGB value is (166,65,121). Sum of RGB (Red+Green+Blue) = 166+65+121=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A64179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64179 is #59BE86. Grayscale: #656565. Windows color (decimal): -5881479 or 7946662. OLE color: 7946662.

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

Color convert

RGB 166 65 121 -
CMYK 0 0.61 0.27 0.35
HSL 326.73º 0.44% 0.45% -
HSV(B) 326.73º 0.61% 0.65% -
XYZ 21.07 13.27 19.54 -
YUV 101.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 166 65 121 0 0.61 0.27 0.35 326.73 0.44 0.45
Hex A6 41 79 0 3D 1B 23 147 2C 2D
Octal 246 101 171 0 75 33 43 507 54 55
Binary 10100110 1000001 1111001 0 111101 11011 100011 101000111 101100 101101

Color Harmonies of #A64179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64179

Black with #A64179

Text Example


Text Example

White with #A64179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64179; }

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

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

background-color css

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

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

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

border-color css

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

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

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