Html Css Color HEX #AC5584 Royal Heath

📋 copy color: '#AC5584'

red 172 ◦ green 85 ◦ blue 132

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

Shades of Royal Heath #AC5584

Tints of Royal Heath #AC5584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 44.22%
G = 21.85%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5584 (or 0xAC5584) is known color: Royal Heath. HEX triplet: AC, 55 and 84. RGB value is (172,85,132). Sum of RGB (Red+Green+Blue) = 172+85+132=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5584 is #53AA7B. Grayscale: #747474. Windows color (decimal): -5483132 or 8672684. OLE color: 8672684.

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

Color convert

RGB 172 85 132 -
CMYK 0 0.51 0.23 0.33
HSL 327.59º 0.34% 0.5% -
HSV(B) 327.59º 0.51% 0.67% -
XYZ 24.43 16.93 23.81 -
YUV 116.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 172 85 132 0 0.51 0.23 0.33 327.59 0.34 0.5
Hex AC 55 84 0 33 17 21 148 22 32
Octal 254 125 204 0 63 27 41 510 42 62
Binary 10101100 1010101 10000100 0 110011 10111 100001 101001000 100010 110010

Color Harmonies of #AC5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5584

Black with #AC5584

Text Example


Text Example

White with #AC5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5584; }

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

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

background-color css

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

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

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

border-color css

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

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

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