Html Css Color HEX #AC59AA Violet Blue

📋 copy color: '#AC59AA'

red 172 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #AC59AA

Tints of Violet Blue #AC59AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 39.91%
G = 20.65%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC59AA (or 0xAC59AA) is known color: Violet Blue. HEX triplet: AC, 59 and AA. RGB value is (172,89,170). Sum of RGB (Red+Green+Blue) = 172+89+170=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59AA is #53A655. Grayscale: #7A7A7A. Windows color (decimal): -5482070 or 11164076. OLE color: 11164076.

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

Color convert

RGB 172 89 170 -
CMYK 0 0.48 0.01 0.33
HSL 301.45º 0.33% 0.51% -
HSV(B) 301.45º 0.48% 0.67% -
XYZ 27.84 18.82 40.19 -
YUV 123.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 172 89 170 0 0.48 0.01 0.33 301.45 0.33 0.51
Hex AC 59 AA 0 30 1 21 12D 21 33
Octal 254 131 252 0 60 1 41 455 41 63
Binary 10101100 1011001 10101010 0 110000 1 100001 100101101 100001 110011

Color Harmonies of #AC59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59AA

Black with #AC59AA

Text Example


Text Example

White with #AC59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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