#AC63AD

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

Shades of Violet Blue #AC63AD

Tints of Violet Blue #AC63AD

Color information

#AC63AD (or 0xAC63AD) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and AD. RGB value is (172,99,173). Sum of RGB (Red+Green+Blue) = 172+99+173=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AD is #539C52. Grayscale: #818181. Windows color (decimal): -5479507 or 11363244. OLE color: 11363244.

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

Color convert

RGB17299173-
CMYK0.010.4300.32
HSL299.19º31.09%53.33%-
HSV(B)299.19º42.77%67.84%-
XYZ29.0220.7142-
YUV129.26152.68158.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=38.74%
G=22.30%
B=38.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172991730.010.4300.32299.1931.0953.33
HexAC63AD12B02012b1f35
Octal2541432551530404533765
Binary101011001100011101011011101011010000010010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63AD; }

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

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

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

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

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

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

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

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