Html Css Color HEX #AC5481 Royal Heath

📋 copy color: '#AC5481'

red 172 ◦ green 84 ◦ blue 129

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

Shades of Royal Heath #AC5481

Tints of Royal Heath #AC5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 44.68%
G = 21.82%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5481 (or 0xAC5481) is known color: Royal Heath. HEX triplet: AC, 54 and 81. RGB value is (172,84,129). Sum of RGB (Red+Green+Blue) = 172+84+129=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5481 is #53AB7E. Grayscale: #737373. Windows color (decimal): -5483391 or 8475820. OLE color: 8475820.

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

Color convert

RGB 172 84 129 -
CMYK 0 0.51 0.25 0.33
HSL 329.32º 0.35% 0.5% -
HSV(B) 329.32º 0.51% 0.67% -
XYZ 24.15 16.7 22.72 -
YUV 115.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 172 84 129 0 0.51 0.25 0.33 329.32 0.35 0.5
Hex AC 54 81 0 33 19 21 149 23 32
Octal 254 124 201 0 63 31 41 511 43 62
Binary 10101100 1010100 10000001 0 110011 11001 100001 101001001 100011 110010

Color Harmonies of #AC5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5481

Black with #AC5481

Text Example


Text Example

White with #AC5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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