#AC40AB

Color #AC40AB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC40AB

Tints of Violet Blue #AC40AB

Color information

#AC40AB (or 0xAC40AB) is unknown color: approx Violet Blue. HEX triplet: AC, 40 and AB. RGB value is (172,64,171). Sum of RGB (Red+Green+Blue) = 172+64+171=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40AB is #53BF54. Grayscale: #6C6C6C. Windows color (decimal): -5488469 or 11223212. OLE color: 11223212.

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

Color convert

RGB17264171-
CMYK00.630.010.33
HSL300.56º45.76%46.27%-
HSV(B)300.56º62.79%67.45%-
XYZ26.215.3840.12-
YUV108.49163.28173.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=42.26%
G=15.72%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726417100.630.010.33300.5645.7646.27
HexAC40AB03F12112d2e2e
Octal2541002530771414555656
Binary1010110010000001010101101111111100001100101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40AB; }

 p { color: rgb(172,64,171); }

 H1.HeaderClassName
 {
   color: #AC40AB;
 }
 .AnyTagClassName
 {
   color: #AC40AB;
 }
</style>
background-color css

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

 a { background-color: rgb(172,64,171); }

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

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

 span { border-color: rgb(172,64,171); }

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