Html Css Color HEX #A64279 Royal Heath

📋 copy color: '#A64279'

red 166 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #A64279

Tints of Royal Heath #A64279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

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

R = 47.03%
G = 18.7%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A64279 (or 0xA64279) is known color: Royal Heath. HEX triplet: A6, 42 and 79. RGB value is (166,66,121). Sum of RGB (Red+Green+Blue) = 166+66+121=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A64279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64279 is #59BD86. Grayscale: #666666. Windows color (decimal): -5881223 or 7946918. OLE color: 7946918.

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

Color convert

RGB 166 66 121 -
CMYK 0 0.60 0.27 0.35
HSL 327º 0.43% 0.45% -
HSV(B) 327º 0.6% 0.65% -
XYZ 21.13 13.38 19.56 -
YUV 102.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 166 66 121 0 0.60 0.27 0.35 327 0.43 0.45
Hex A6 42 79 0 3C 1B 23 147 2B 2D
Octal 246 102 171 0 74 33 43 507 53 55
Binary 10100110 1000010 1111001 0 111100 11011 100011 101000111 101011 101101

Color Harmonies of #A64279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64279

Black with #A64279

Text Example


Text Example

White with #A64279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64279; }

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

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

background-color css

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

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

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

border-color css

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

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

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