Html Css Color HEX #AA4277 Royal Heath

📋 copy color: '#AA4277'

red 170 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #AA4277

Tints of Royal Heath #AA4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 47.89%
G = 18.59%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA4277 (or 0xAA4277) is known color: Royal Heath. HEX triplet: AA, 42 and 77. RGB value is (170,66,119). Sum of RGB (Red+Green+Blue) = 170+66+119=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4277 is #55BD88. Grayscale: #676767. Windows color (decimal): -5619081 or 7815850. OLE color: 7815850.

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

Color convert

RGB 170 66 119 -
CMYK 0 0.61 0.3 0.33
HSL 329.42º 0.44% 0.46% -
HSV(B) 329.42º 0.61% 0.67% -
XYZ 21.86 13.77 18.96 -
YUV 103.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 170 66 119 0 0.61 0.3 0.33 329.42 0.44 0.46
Hex AA 42 77 0 3D 1E 21 149 2C 2E
Octal 252 102 167 0 75 36 41 511 54 56
Binary 10101010 1000010 1110111 0 111101 11110 100001 101001001 101100 101110

Color Harmonies of #AA4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4277

Black with #AA4277

Text Example


Text Example

White with #AA4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4277; }

 p { color: rgb(170,66,119); }

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

background-color css

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

 a { background-color: rgb(170,66,119); }

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

border-color css

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

 span { border-color: rgb(170,66,119); }

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