#AD63AC

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

Shades of Violet Blue #AD63AC

Tints of Violet Blue #AD63AC

Color information

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

HSL color Cylindrical-coordinate representation of color #AD63AC: hue angle of 300.81º 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 #AD63AC is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17399172-
CMYK00.430.010.32
HSL300.81º31.09%53.33%-
HSV(B)300.81º42.77%67.84%-
XYZ29.1420.7941.51-
YUV129.45152.02159.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739917200.430.010.32300.8131.0953.33
HexAD63AC02B12012d1f35
Octal2551432540531404553765
Binary101011011100011101011000101011110000010010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63AC; }

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

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

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

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

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

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

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

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