Html Css Color HEX #AC5585 Royal Heath

📋 copy color: '#AC5585'

red 172 ◦ green 85 ◦ blue 133

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

Shades of Royal Heath #AC5585

Tints of Royal Heath #AC5585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 44.1%
G = 21.79%
B = 34.1%

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

#AC5585 (or 0xAC5585) is known color: Royal Heath. HEX triplet: AC, 55 and 85. RGB value is (172,85,133). Sum of RGB (Red+Green+Blue) = 172+85+133=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5585 is #53AA7A. Grayscale: #747474. Windows color (decimal): -5483131 or 8738220. OLE color: 8738220.

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

Color convert

RGB 172 85 133 -
CMYK 0 0.51 0.23 0.33
HSL 326.9º 0.34% 0.5% -
HSV(B) 326.9º 0.51% 0.67% -
XYZ 24.5 16.96 24.17 -
YUV 116.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 172 85 133 0 0.51 0.23 0.33 326.9 0.34 0.5
Hex AC 55 85 0 33 17 21 147 22 32
Octal 254 125 205 0 63 27 41 507 42 62
Binary 10101100 1010101 10000101 0 110011 10111 100001 101000111 100010 110010

Color Harmonies of #AC5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5585

Black with #AC5585

Text Example


Text Example

White with #AC5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5585; }

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

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

background-color css

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

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

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

border-color css

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

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

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