Html Css Color HEX #AA4079 Royal Heath

📋 copy color: '#AA4079'

red 170 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #AA4079

Tints of Royal Heath #AA4079

RGB

 RED value IS 170 (66.8% from 255) = 47.89%

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 47.89%
G = 18.03%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4079 (or 0xAA4079) is known color: Royal Heath. HEX triplet: AA, 40 and 79. RGB value is (170,64,121). Sum of RGB (Red+Green+Blue) = 170+64+121=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4079 is #55BF86. Grayscale: #666666. Windows color (decimal): -5619591 or 7946410. OLE color: 7946410.

HSL color Cylindrical-coordinate representation of color #AA4079: hue angle of 327.74º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4079 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 121 -
CMYK 0 0.62 0.29 0.33
HSL 327.74º 0.45% 0.46% -
HSV(B) 327.74º 0.62% 0.67% -
XYZ 21.86 13.59 19.56 -
YUV 102.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 170 64 121 0 0.62 0.29 0.33 327.74 0.45 0.46
Hex AA 40 79 0 3E 1D 21 148 2D 2E
Octal 252 100 171 0 76 35 41 510 55 56
Binary 10101010 1000000 1111001 0 111110 11101 100001 101001000 101101 101110

Color Harmonies of #AA4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4079

Black with #AA4079

Text Example


Text Example

White with #AA4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4079; }

 p { color: rgb(170,64,121); }

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

background-color css

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

 a { background-color: rgb(170,64,121); }

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

border-color css

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

 span { border-color: rgb(170,64,121); }

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