Html Css Color HEX #AC5580 Royal Heath

📋 copy color: '#AC5580'

red 172 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #AC5580

Tints of Royal Heath #AC5580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

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

R = 44.68%
G = 22.08%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5580 (or 0xAC5580) is known color: Royal Heath. HEX triplet: AC, 55 and 80. RGB value is (172,85,128). Sum of RGB (Red+Green+Blue) = 172+85+128=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5580 is #53AA7F. Grayscale: #737373. Windows color (decimal): -5483136 or 8410540. OLE color: 8410540.

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

Color convert

RGB 172 85 128 -
CMYK 0 0.51 0.26 0.33
HSL 330.34º 0.34% 0.5% -
HSV(B) 330.34º 0.51% 0.67% -
XYZ 24.16 16.83 22.4 -
YUV 115.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 172 85 128 0 0.51 0.26 0.33 330.34 0.34 0.5
Hex AC 55 80 0 33 1A 21 14A 22 32
Octal 254 125 200 0 63 32 41 512 42 62
Binary 10101100 1010101 10000000 0 110011 11010 100001 101001010 100010 110010

Color Harmonies of #AC5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5580

Black with #AC5580

Text Example


Text Example

White with #AC5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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