#AC63B0

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

Shades of Violet Blue #AC63B0

Tints of Violet Blue #AC63B0

Color information

#AC63B0 (or 0xAC63B0) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and B0. RGB value is (172,99,176). Sum of RGB (Red+Green+Blue) = 172+99+176=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC63B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63B0 is #539C4F. Grayscale: #818181. Windows color (decimal): -5479504 or 11559852. OLE color: 11559852.

HSL color Cylindrical-coordinate representation of color #AC63B0: hue angle of 296.88º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC63B0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17299176-
CMYK0.020.4400.31
HSL296.88º32.77%53.92%-
HSV(B)296.88º43.75%69.02%-
XYZ29.3120.8343.55-
YUV129.6154.18158.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=38.48%
G=22.15%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172991760.020.4400.31296.8832.7753.92
HexAC63B022C01F1292136
Octal2541432602540374514166
Binary1010110011000111011000010101100011111100101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63B0; }

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

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

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

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

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

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

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

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