#AD63B2

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

Shades of Violet Blue #AD63B2

Tints of Violet Blue #AD63B2

Color information

#AD63B2 (or 0xAD63B2) is unknown color: approx Violet Blue. HEX triplet: AD, 63 and B2. RGB value is (173,99,178). Sum of RGB (Red+Green+Blue) = 173+99+178=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD63B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63B2 is #529C4D. Grayscale: #818181. Windows color (decimal): -5413966 or 11690925. OLE color: 11690925.

HSL color Cylindrical-coordinate representation of color #AD63B2: hue angle of 296.2º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD63B2 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17399178-
CMYK0.030.4400.30
HSL296.2º33.91%54.31%-
HSV(B)296.2º44.38%69.8%-
XYZ29.7321.0244.61-
YUV130.13155.02158.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=38.44%
G=22%
B=39.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173991780.030.4400.30296.233.9154.31
HexAD63B232C01E1282236
Octal2551432623540364504266
Binary1010110111000111011001011101100011110100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63B2; }

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

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

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

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

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

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

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

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