Html Css Color HEX #AC59A0 Violet Blue

📋 copy color: '#AC59A0'

red 172 ◦ green 89 ◦ blue 160

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

Shades of Violet Blue #AC59A0

Tints of Violet Blue #AC59A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 40.86%
G = 21.14%
B = 38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC59A0 (or 0xAC59A0) is known color: Violet Blue. HEX triplet: AC, 59 and A0. RGB value is (172,89,160). Sum of RGB (Red+Green+Blue) = 172+89+160=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A0 is #53A65F. Grayscale: #797979. Windows color (decimal): -5482080 or 10508716. OLE color: 10508716.

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

Color convert

RGB 172 89 160 -
CMYK 0 0.48 0.07 0.33
HSL 308.67º 0.33% 0.51% -
HSV(B) 308.67º 0.48% 0.67% -
XYZ 26.93 18.45 35.4 -
YUV 121.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 172 89 160 0 0.48 0.07 0.33 308.67 0.33 0.51
Hex AC 59 A0 0 30 7 21 135 21 33
Octal 254 131 240 0 60 7 41 465 41 63
Binary 10101100 1011001 10100000 0 110000 111 100001 100110101 100001 110011

Color Harmonies of #AC59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59A0

Black with #AC59A0

Text Example


Text Example

White with #AC59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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