Html Css Color HEX #AC5981 Royal Heath

📋 copy color: '#AC5981'

red 172 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #AC5981

Tints of Royal Heath #AC5981

RGB

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

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

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

R = 44.1%
G = 22.82%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5981 (or 0xAC5981) is known color: Royal Heath. HEX triplet: AC, 59 and 81. RGB value is (172,89,129). Sum of RGB (Red+Green+Blue) = 172+89+129=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5981 is #53A67E. Grayscale: #767676. Windows color (decimal): -5482111 or 8477100. OLE color: 8477100.

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

Color convert

RGB 172 89 129 -
CMYK 0 0.48 0.25 0.33
HSL 331.08º 0.33% 0.51% -
HSV(B) 331.08º 0.48% 0.67% -
XYZ 24.55 17.5 22.85 -
YUV 118.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 172 89 129 0 0.48 0.25 0.33 331.08 0.33 0.51
Hex AC 59 81 0 30 19 21 14B 21 33
Octal 254 131 201 0 60 31 41 513 41 63
Binary 10101100 1011001 10000001 0 110000 11001 100001 101001011 100001 110011

Color Harmonies of #AC5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5981

Black with #AC5981

Text Example


Text Example

White with #AC5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5981; }

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

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

background-color css

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

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

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

border-color css

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

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

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