Html Css Color HEX #AC5998 Violet Blue

📋 copy color: '#AC5998'

red 172 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #AC5998

Tints of Violet Blue #AC5998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 41.65%
G = 21.55%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC5998 (or 0xAC5998) is known color: Violet Blue. HEX triplet: AC, 59 and 98. RGB value is (172,89,152). Sum of RGB (Red+Green+Blue) = 172+89+152=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5998 is #53A667. Grayscale: #787878. Windows color (decimal): -5482088 or 9984428. OLE color: 9984428.

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

Color convert

RGB 172 89 152 -
CMYK 0 0.48 0.12 0.33
HSL 314.46º 0.33% 0.51% -
HSV(B) 314.46º 0.48% 0.67% -
XYZ 26.25 18.18 31.83 -
YUV 121 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 172 89 152 0 0.48 0.12 0.33 314.46 0.33 0.51
Hex AC 59 98 0 30 C 21 13A 21 33
Octal 254 131 230 0 60 14 41 472 41 63
Binary 10101100 1011001 10011000 0 110000 1100 100001 100111010 100001 110011

Color Harmonies of #AC5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5998

Black with #AC5998

Text Example


Text Example

White with #AC5998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5998; }

 p { color: rgb(172,89,152); }

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

background-color css

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

 a { background-color: rgb(172,89,152); }

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

border-color css

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

 span { border-color: rgb(172,89,152); }

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