Html Css Color HEX #AC5180 Royal Heath

📋 copy color: '#AC5180'

red 172 ◦ green 81 ◦ blue 128

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

Shades of Royal Heath #AC5180

Tints of Royal Heath #AC5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

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

R = 45.14%
G = 21.26%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5180 (or 0xAC5180) is known color: Royal Heath. HEX triplet: AC, 51 and 80. RGB value is (172,81,128). Sum of RGB (Red+Green+Blue) = 172+81+128=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5180 is #53AE7F. Grayscale: #717171. Windows color (decimal): -5484160 or 8409516. OLE color: 8409516.

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

Color convert

RGB 172 81 128 -
CMYK 0 0.53 0.26 0.33
HSL 329.01º 0.36% 0.5% -
HSV(B) 329.01º 0.53% 0.67% -
XYZ 23.85 16.21 22.29 -
YUV 113.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 172 81 128 0 0.53 0.26 0.33 329.01 0.36 0.5
Hex AC 51 80 0 35 1A 21 149 24 32
Octal 254 121 200 0 65 32 41 511 44 62
Binary 10101100 1010001 10000000 0 110101 11010 100001 101001001 100100 110010

Color Harmonies of #AC5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5180

Black with #AC5180

Text Example


Text Example

White with #AC5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5180; }

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

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

background-color css

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

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

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

border-color css

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

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

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