Html Css Color HEX #AC5983 Royal Heath

📋 copy color: '#AC5983'

red 172 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #AC5983

Tints of Royal Heath #AC5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 43.88%
G = 22.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5983 (or 0xAC5983) is known color: Royal Heath. HEX triplet: AC, 59 and 83. RGB value is (172,89,131). Sum of RGB (Red+Green+Blue) = 172+89+131=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5983 is #53A67C. Grayscale: #767676. Windows color (decimal): -5482109 or 8608172. OLE color: 8608172.

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

Color convert

RGB 172 89 131 -
CMYK 0 0.48 0.24 0.33
HSL 329.64º 0.33% 0.51% -
HSV(B) 329.64º 0.48% 0.67% -
XYZ 24.68 17.55 23.56 -
YUV 118.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 172 89 131 0 0.48 0.24 0.33 329.64 0.33 0.51
Hex AC 59 83 0 30 18 21 14A 21 33
Octal 254 131 203 0 60 30 41 512 41 63
Binary 10101100 1011001 10000011 0 110000 11000 100001 101001010 100001 110011

Color Harmonies of #AC5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5983

Black with #AC5983

Text Example


Text Example

White with #AC5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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