#AD62B0

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

Shades of Violet Blue #AD62B0

Tints of Violet Blue #AD62B0

Color information

#AD62B0 (or 0xAD62B0) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and B0. RGB value is (173,98,176). Sum of RGB (Red+Green+Blue) = 173+98+176=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD62B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62B0 is #529D4F. Grayscale: #818181. Windows color (decimal): -5414224 or 11559597. OLE color: 11559597.

HSL color Cylindrical-coordinate representation of color #AD62B0: hue angle of 297.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD62B0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17398176-
CMYK0.020.4400.31
HSL297.69º33.05%53.73%-
HSV(B)297.69º44.32%69.02%-
XYZ29.4420.7543.53-
YUV129.32154.35159.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=38.70%
G=21.92%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173981760.020.4400.31297.6933.0553.73
HexAD62B022C01F12a2136
Octal2551422602540374524166
Binary1010110111000101011000010101100011111100101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62B0; }

 p { color: rgb(173,98,176); }

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

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

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

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

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

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

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