Html Css Color HEX #AA5C80 Royal Heath

📋 copy color: '#AA5C80'

red 170 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #AA5C80

Tints of Royal Heath #AA5C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 43.59%
G = 23.59%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA5C80 (or 0xAA5C80) is known color: Royal Heath. HEX triplet: AA, 5C and 80. RGB value is (170,92,128). Sum of RGB (Red+Green+Blue) = 170+92+128=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5C80 is #55A37F. Grayscale: #777777. Windows color (decimal): -5612416 or 8412330. OLE color: 8412330.

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

Color convert

RGB 170 92 128 -
CMYK 0 0.46 0.25 0.33
HSL 332.31º 0.31% 0.51% -
HSV(B) 332.31º 0.46% 0.67% -
XYZ 24.3 17.76 22.57 -
YUV 119.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 170 92 128 0 0.46 0.25 0.33 332.31 0.31 0.51
Hex AA 5C 80 0 2E 19 21 14C 1F 33
Octal 252 134 200 0 56 31 41 514 37 63
Binary 10101010 1011100 10000000 0 101110 11001 100001 101001100 11111 110011

Color Harmonies of #AA5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C80

Black with #AA5C80

Text Example


Text Example

White with #AA5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C80; }

 p { color: rgb(170,92,128); }

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

background-color css

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

 a { background-color: rgb(170,92,128); }

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

border-color css

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

 span { border-color: rgb(170,92,128); }

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