Html Css Color HEX #AC59A6 Violet Blue

📋 copy color: '#AC59A6'

red 172 ◦ green 89 ◦ blue 166

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

Shades of Violet Blue #AC59A6

Tints of Violet Blue #AC59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 40.28%
G = 20.84%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC59A6 (or 0xAC59A6) is known color: Violet Blue. HEX triplet: AC, 59 and A6. RGB value is (172,89,166). Sum of RGB (Red+Green+Blue) = 172+89+166=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A6 is #53A659. Grayscale: #7A7A7A. Windows color (decimal): -5482074 or 10901932. OLE color: 10901932.

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

Color convert

RGB 172 89 166 -
CMYK 0 0.48 0.03 0.33
HSL 304.34º 0.33% 0.51% -
HSV(B) 304.34º 0.48% 0.67% -
XYZ 27.47 18.67 38.23 -
YUV 122.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 172 89 166 0 0.48 0.03 0.33 304.34 0.33 0.51
Hex AC 59 A6 0 30 3 21 130 21 33
Octal 254 131 246 0 60 3 41 460 41 63
Binary 10101100 1011001 10100110 0 110000 11 100001 100110000 100001 110011

Color Harmonies of #AC59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59A6

Black with #AC59A6

Text Example


Text Example

White with #AC59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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