Html Css Color HEX #AC5881 Royal Heath

📋 copy color: '#AC5881'

red 172 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #AC5881

Tints of Royal Heath #AC5881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 44.22%
G = 22.62%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5881 (or 0xAC5881) is known color: Royal Heath. HEX triplet: AC, 58 and 81. RGB value is (172,88,129). Sum of RGB (Red+Green+Blue) = 172+88+129=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5881 is #53A77E. Grayscale: #757575. Windows color (decimal): -5482367 or 8476844. OLE color: 8476844.

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

Color convert

RGB 172 88 129 -
CMYK 0 0.49 0.25 0.33
HSL 330.71º 0.34% 0.51% -
HSV(B) 330.71º 0.49% 0.67% -
XYZ 24.47 17.34 22.83 -
YUV 117.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 172 88 129 0 0.49 0.25 0.33 330.71 0.34 0.51
Hex AC 58 81 0 31 19 21 14B 22 33
Octal 254 130 201 0 61 31 41 513 42 63
Binary 10101100 1011000 10000001 0 110001 11001 100001 101001011 100010 110011

Color Harmonies of #AC5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5881

Black with #AC5881

Text Example


Text Example

White with #AC5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5881; }

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

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

background-color css

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

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

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

border-color css

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

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

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