Html Css Color HEX #AC5280 Royal Heath

📋 copy color: '#AC5280'

red 172 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #AC5280

Tints of Royal Heath #AC5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

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

R = 45.03%
G = 21.47%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5280 (or 0xAC5280) is known color: Royal Heath. HEX triplet: AC, 52 and 80. RGB value is (172,82,128). Sum of RGB (Red+Green+Blue) = 172+82+128=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5280 is #53AD7F. Grayscale: #727272. Windows color (decimal): -5483904 or 8409772. OLE color: 8409772.

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

Color convert

RGB 172 82 128 -
CMYK 0 0.52 0.26 0.33
HSL 329.33º 0.35% 0.5% -
HSV(B) 329.33º 0.52% 0.67% -
XYZ 23.93 16.36 22.32 -
YUV 114.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 172 82 128 0 0.52 0.26 0.33 329.33 0.35 0.5
Hex AC 52 80 0 34 1A 21 149 23 32
Octal 254 122 200 0 64 32 41 511 43 62
Binary 10101100 1010010 10000000 0 110100 11010 100001 101001001 100011 110010

Color Harmonies of #AC5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5280

Black with #AC5280

Text Example


Text Example

White with #AC5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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