Html Css Color HEX #AA4172 Royal Heath

📋 copy color: '#AA4172'

red 170 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #AA4172

Tints of Royal Heath #AA4172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 48.71%
G = 18.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA4172 (or 0xAA4172) is known color: Royal Heath. HEX triplet: AA, 41 and 72. RGB value is (170,65,114). Sum of RGB (Red+Green+Blue) = 170+65+114=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4172 is #55BE8D. Grayscale: #656565. Windows color (decimal): -5619342 or 7487914. OLE color: 7487914.

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

Color convert

RGB 170 65 114 -
CMYK 0 0.62 0.33 0.33
HSL 332º 0.45% 0.46% -
HSV(B) 332º 0.62% 0.67% -
XYZ 21.51 13.54 17.4 -
YUV 101.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 170 65 114 0 0.62 0.33 0.33 332 0.45 0.46
Hex AA 41 72 0 3E 21 21 14C 2D 2E
Octal 252 101 162 0 76 41 41 514 55 56
Binary 10101010 1000001 1110010 0 111110 100001 100001 101001100 101101 101110

Color Harmonies of #AA4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4172

Black with #AA4172

Text Example


Text Example

White with #AA4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4172; }

 p { color: rgb(170,65,114); }

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

background-color css

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

 a { background-color: rgb(170,65,114); }

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

border-color css

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

 span { border-color: rgb(170,65,114); }

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