Html Css Color HEX #AA4271 Royal Heath

📋 copy color: '#AA4271'

red 170 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #AA4271

Tints of Royal Heath #AA4271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 48.71%
G = 18.91%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA4271 (or 0xAA4271) is known color: Royal Heath. HEX triplet: AA, 42 and 71. RGB value is (170,66,113). Sum of RGB (Red+Green+Blue) = 170+66+113=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4271 is #55BD8E. Grayscale: #666666. Windows color (decimal): -5619087 or 7422634. OLE color: 7422634.

HSL color Cylindrical-coordinate representation of color #AA4271: hue angle of 332.88º 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 #AA4271 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 113 -
CMYK 0 0.61 0.34 0.33
HSL 332.88º 0.44% 0.46% -
HSV(B) 332.88º 0.61% 0.67% -
XYZ 21.51 13.63 17.12 -
YUV 102.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 170 66 113 0 0.61 0.34 0.33 332.88 0.44 0.46
Hex AA 42 71 0 3D 22 21 14D 2C 2E
Octal 252 102 161 0 75 42 41 515 54 56
Binary 10101010 1000010 1110001 0 111101 100010 100001 101001101 101100 101110

Color Harmonies of #AA4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4271

Black with #AA4271

Text Example


Text Example

White with #AA4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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