Html Css Color HEX #AA5178 Royal Heath

📋 copy color: '#AA5178'

red 170 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #AA5178

Tints of Royal Heath #AA5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 45.82%
G = 21.83%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA5178 (or 0xAA5178) is known color: Royal Heath. HEX triplet: AA, 51 and 78. RGB value is (170,81,120). Sum of RGB (Red+Green+Blue) = 170+81+120=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5178 is #55AE87. Grayscale: #6F6F6F. Windows color (decimal): -5615240 or 7885226. OLE color: 7885226.

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

Color convert

RGB 170 81 120 -
CMYK 0 0.52 0.29 0.33
HSL 333.71º 0.35% 0.49% -
HSV(B) 333.71º 0.52% 0.67% -
XYZ 22.91 15.79 19.61 -
YUV 112.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 170 81 120 0 0.52 0.29 0.33 333.71 0.35 0.49
Hex AA 51 78 0 34 1D 21 14E 23 31
Octal 252 121 170 0 64 35 41 516 43 61
Binary 10101010 1010001 1111000 0 110100 11101 100001 101001110 100011 110001

Color Harmonies of #AA5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5178

Black with #AA5178

Text Example


Text Example

White with #AA5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5178; }

 p { color: rgb(170,81,120); }

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

background-color css

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

 a { background-color: rgb(170,81,120); }

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

border-color css

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

 span { border-color: rgb(170,81,120); }

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