#AD5DA8

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

Shades of Violet Blue #AD5DA8

Tints of Violet Blue #AD5DA8

Color information

#AD5DA8 (or 0xAD5DA8) is unknown color: approx Violet Blue. HEX triplet: AD, 5D and A8. RGB value is (173,93,168). Sum of RGB (Red+Green+Blue) = 173+93+168=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DA8 is #52A257. Grayscale: #7D7D7D. Windows color (decimal): -5415512 or 11034029. OLE color: 11034029.

HSL color Cylindrical-coordinate representation of color #AD5DA8: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5DA8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17393168-
CMYK00.460.030.32
HSL303.75º32.79%52.16%-
HSV(B)303.75º46.24%67.84%-
XYZ28.2219.5439.33-
YUV125.47152161.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 168 (66.02% from 255) = 38.71%
R=39.86%
G=21.43%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739316800.460.030.32303.7532.7952.16
HexAD5DA802E3201302134
Octal2551352500563404604164
Binary10101101101110110101000010111011100000100110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DA8; }

 p { color: rgb(173,93,168); }

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

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

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

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

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

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

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