#AD45A8

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

Shades of Violet Blue #AD45A8

Tints of Violet Blue #AD45A8

Color information

#AD45A8 (or 0xAD45A8) is unknown color: approx Violet Blue. HEX triplet: AD, 45 and A8. RGB value is (173,69,168). Sum of RGB (Red+Green+Blue) = 173+69+168=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45A8 is #52BA57. Grayscale: #6F6F6F. Windows color (decimal): -5421656 or 11027885. OLE color: 11027885.

HSL color Cylindrical-coordinate representation of color #AD45A8: hue angle of 302.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD45A8 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17369168-
CMYK00.600.030.32
HSL302.88º42.98%47.45%-
HSV(B)302.88º60.12%67.84%-
XYZ26.4315.9738.73-
YUV111.38159.96171.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=42.20%
G=16.83%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736916800.600.030.32302.8842.9847.45
HexAD45A803C32012f2b2f
Octal2551052500743404575357
Binary10101101100010110101000011110011100000100101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45A8; }

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

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

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

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

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

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

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

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