#AC63A3

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

Shades of Violet Blue #AC63A3

Tints of Violet Blue #AC63A3

Color information

#AC63A3 (or 0xAC63A3) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and A3. RGB value is (172,99,163). Sum of RGB (Red+Green+Blue) = 172+99+163=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A3 is #539C5C. Grayscale: #7F7F7F. Windows color (decimal): -5479517 or 10707884. OLE color: 10707884.

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

Color convert

RGB17299163-
CMYK00.420.050.33
HSL307.4º30.54%53.14%-
HSV(B)307.4º42.44%67.45%-
XYZ28.0920.3437.1-
YUV128.12147.68159.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=39.63%
G=22.81%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729916300.420.050.33307.430.5453.14
HexAC63A302A5211331f35
Octal2541432430525414633765
Binary10101100110001110100011010101010110000110011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63A3; }

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

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

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

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

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

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

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

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