Html Css Color HEX #AA4F81 Royal Heath

📋 copy color: '#AA4F81'

red 170 ◦ green 79 ◦ blue 129

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

Shades of Royal Heath #AA4F81

Tints of Royal Heath #AA4F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 44.97%
G = 20.9%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA4F81 (or 0xAA4F81) is known color: Royal Heath. HEX triplet: AA, 4F and 81. RGB value is (170,79,129). Sum of RGB (Red+Green+Blue) = 170+79+129=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4F81 is #55B07E. Grayscale: #6F6F6F. Windows color (decimal): -5615743 or 8474538. OLE color: 8474538.

HSL color Cylindrical-coordinate representation of color #AA4F81: hue angle of 327.03º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4F81 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 79 129 -
CMYK 0 0.54 0.24 0.33
HSL 327.03º 0.37% 0.49% -
HSV(B) 327.03º 0.54% 0.67% -
XYZ 23.34 15.72 22.57 -
YUV 111.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 170 79 129 0 0.54 0.24 0.33 327.03 0.37 0.49
Hex AA 4F 81 0 36 18 21 147 25 31
Octal 252 117 201 0 66 30 41 507 45 61
Binary 10101010 1001111 10000001 0 110110 11000 100001 101000111 100101 110001

Color Harmonies of #AA4F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F81

Black with #AA4F81

Text Example


Text Example

White with #AA4F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F81; }

 p { color: rgb(170,79,129); }

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

background-color css

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

 a { background-color: rgb(170,79,129); }

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

border-color css

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

 span { border-color: rgb(170,79,129); }

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