#AC63A0

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

Shades of Violet Blue #AC63A0

Tints of Violet Blue #AC63A0

Color information

#AC63A0 (or 0xAC63A0) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and A0. RGB value is (172,99,160). Sum of RGB (Red+Green+Blue) = 172+99+160=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A0 is #539C5F. Grayscale: #7F7F7F. Windows color (decimal): -5479520 or 10511276. OLE color: 10511276.

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

Color convert

RGB17299160-
CMYK00.420.070.33
HSL309.86º30.54%53.14%-
HSV(B)309.86º42.44%67.45%-
XYZ27.8220.2335.7-
YUV127.78146.18159.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=39.91%
G=22.97%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729916000.420.070.33309.8630.5453.14
HexAC63A002A7211361f35
Octal2541432400527414663765
Binary10101100110001110100000010101011110000110011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63A0; }

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

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

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

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

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

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

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

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