#AC63AC

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

Shades of Violet Blue #AC63AC

Tints of Violet Blue #AC63AC

Color information

#AC63AC (or 0xAC63AC) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and AC. RGB value is (172,99,172). Sum of RGB (Red+Green+Blue) = 172+99+172=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AC is #539C53. Grayscale: #808080. Windows color (decimal): -5479508 or 11297708. OLE color: 11297708.

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

Color convert

RGB17299172-
CMYK00.4200.33
HSL300º30.54%53.14%-
HSV(B)300º42.44%67.45%-
XYZ28.9220.6741.5-
YUV129.15152.18158.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=38.83%
G=22.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729917200.4200.3330030.5453.14
HexAC63AC02A02112c1f35
Octal2541432540520414543765
Binary101011001100011101011000101010010000110010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63AC; }

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

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

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

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

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

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

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

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