Html Css Color HEX #AC5882 Royal Heath

📋 copy color: '#AC5882'

red 172 ◦ green 88 ◦ blue 130

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

Shades of Royal Heath #AC5882

Tints of Royal Heath #AC5882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 44.1%
G = 22.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5882 (or 0xAC5882) is known color: Royal Heath. HEX triplet: AC, 58 and 82. RGB value is (172,88,130). Sum of RGB (Red+Green+Blue) = 172+88+130=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5882 is #53A77D. Grayscale: #757575. Windows color (decimal): -5482366 or 8542380. OLE color: 8542380.

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

Color convert

RGB 172 88 130 -
CMYK 0 0.49 0.24 0.33
HSL 330º 0.34% 0.51% -
HSV(B) 330º 0.49% 0.67% -
XYZ 24.53 17.36 23.18 -
YUV 117.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 172 88 130 0 0.49 0.24 0.33 330 0.34 0.51
Hex AC 58 82 0 31 18 21 14A 22 33
Octal 254 130 202 0 61 30 41 512 42 63
Binary 10101100 1011000 10000010 0 110001 11000 100001 101001010 100010 110011

Color Harmonies of #AC5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5882

Black with #AC5882

Text Example


Text Example

White with #AC5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5882; }

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

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

background-color css

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

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

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

border-color css

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

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

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