#AD5EB0

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

Shades of Violet Blue #AD5EB0

Tints of Violet Blue #AD5EB0

Color information

#AD5EB0 (or 0xAD5EB0) is unknown color: approx Violet Blue. HEX triplet: AD, 5E and B0. RGB value is (173,94,176). Sum of RGB (Red+Green+Blue) = 173+94+176=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD5EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EB0 is #52A14F. Grayscale: #7E7E7E. Windows color (decimal): -5415248 or 11558573. OLE color: 11558573.

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

Color convert

RGB17394176-
CMYK0.020.4700.31
HSL297.8º34.17%52.94%-
HSV(B)297.8º46.59%69.02%-
XYZ29.0720.0243.41-
YUV126.97155.67160.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=39.05%
G=21.22%
B=39.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173941760.020.4700.31297.834.1752.94
HexAD5EB022F01F12a2235
Octal2551362602570374524265
Binary1010110110111101011000010101111011111100101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5EB0; }

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

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

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

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

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

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

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

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