#AC63AB

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

Shades of Violet Blue #AC63AB

Tints of Violet Blue #AC63AB

Color information

#AC63AB (or 0xAC63AB) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and AB. RGB value is (172,99,171). Sum of RGB (Red+Green+Blue) = 172+99+171=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AB is #539C54. Grayscale: #808080. Windows color (decimal): -5479509 or 11232172. OLE color: 11232172.

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

Color convert

RGB17299171-
CMYK00.420.010.33
HSL300.82º30.54%53.14%-
HSV(B)300.82º42.44%67.45%-
XYZ28.8320.6340.99-
YUV129.04151.68158.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=38.91%
G=22.40%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729917100.420.010.33300.8230.5453.14
HexAC63AB02A12112d1f35
Octal2541432530521414553765
Binary101011001100011101010110101010110000110010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63AB; }

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

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

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

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

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

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

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

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