#AD63AD

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

Shades of Violet Blue #AD63AD

Tints of Violet Blue #AD63AD

Color information

#AD63AD (or 0xAD63AD) is unknown color: approx Violet Blue. HEX triplet: AD, 63 and AD. RGB value is (173,99,173). Sum of RGB (Red+Green+Blue) = 173+99+173=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63AD is #529C52. Grayscale: #818181. Windows color (decimal): -5413971 or 11363245. OLE color: 11363245.

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

Color convert

RGB17399173-
CMYK00.4300.32
HSL300º31.09%53.33%-
HSV(B)300º42.77%67.84%-
XYZ29.2420.8342.01-
YUV129.56152.52158.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=38.88%
G=22.25%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739917300.4300.3230031.0953.33
HexAD63AD02B02012c1f35
Octal2551432550530404543765
Binary101011011100011101011010101011010000010010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63AD; }

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

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

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

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

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

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

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

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