Html Css Color HEX #AC5980 Royal Heath

📋 copy color: '#AC5980'

red 172 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #AC5980

Tints of Royal Heath #AC5980

RGB

 RED value IS 172 (67.58% from 255) = 44.22%

 GREEN value IS 89 (35.16% from 255) = 22.88%

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

R = 44.22%
G = 22.88%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5980 (or 0xAC5980) is known color: Royal Heath. HEX triplet: AC, 59 and 80. RGB value is (172,89,128). Sum of RGB (Red+Green+Blue) = 172+89+128=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5980 is #53A67F. Grayscale: #767676. Windows color (decimal): -5482112 or 8411564. OLE color: 8411564.

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

Color convert

RGB 172 89 128 -
CMYK 0 0.48 0.26 0.33
HSL 331.81º 0.33% 0.51% -
HSV(B) 331.81º 0.48% 0.67% -
XYZ 24.48 17.47 22.5 -
YUV 118.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 172 89 128 0 0.48 0.26 0.33 331.81 0.33 0.51
Hex AC 59 80 0 30 1A 21 14C 21 33
Octal 254 131 200 0 60 32 41 514 41 63
Binary 10101100 1011001 10000000 0 110000 11010 100001 101001100 100001 110011

Color Harmonies of #AC5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5980

Black with #AC5980

Text Example


Text Example

White with #AC5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5980; }

 p { color: rgb(172,89,128); }

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

background-color css

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

 a { background-color: rgb(172,89,128); }

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

border-color css

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

 span { border-color: rgb(172,89,128); }

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