Html Css Color HEX #AC5785 Royal Heath

📋 copy color: '#AC5785'

red 172 ◦ green 87 ◦ blue 133

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

Shades of Royal Heath #AC5785

Tints of Royal Heath #AC5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 43.88%
G = 22.19%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5785 (or 0xAC5785) is known color: Royal Heath. HEX triplet: AC, 57 and 85. RGB value is (172,87,133). Sum of RGB (Red+Green+Blue) = 172+87+133=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5785 is #53A87A. Grayscale: #757575. Windows color (decimal): -5482619 or 8738732. OLE color: 8738732.

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

Color convert

RGB 172 87 133 -
CMYK 0 0.49 0.23 0.33
HSL 327.53º 0.34% 0.51% -
HSV(B) 327.53º 0.49% 0.67% -
XYZ 24.66 17.28 24.23 -
YUV 117.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 172 87 133 0 0.49 0.23 0.33 327.53 0.34 0.51
Hex AC 57 85 0 31 17 21 148 22 33
Octal 254 127 205 0 61 27 41 510 42 63
Binary 10101100 1010111 10000101 0 110001 10111 100001 101001000 100010 110011

Color Harmonies of #AC5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5785

Black with #AC5785

Text Example


Text Example

White with #AC5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5785; }

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

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

background-color css

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

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

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

border-color css

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

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

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