#AD45A1

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

Shades of Violet Blue #AD45A1

Tints of Violet Blue #AD45A1

Color information

#AD45A1 (or 0xAD45A1) is unknown color: approx Violet Blue. HEX triplet: AD, 45 and A1. RGB value is (173,69,161). Sum of RGB (Red+Green+Blue) = 173+69+161=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45A1 is #52BA5E. Grayscale: #6E6E6E. Windows color (decimal): -5421663 or 10569133. OLE color: 10569133.

HSL color Cylindrical-coordinate representation of color #AD45A1: hue angle of 306.92º 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 #AD45A1 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17369161-
CMYK00.600.070.32
HSL306.92º42.98%47.45%-
HSV(B)306.92º60.12%67.84%-
XYZ25.7915.7135.39-
YUV110.58156.46172.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=42.93%
G=17.12%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736916100.600.070.32306.9242.9847.45
HexAD45A103C7201332b2f
Octal2551052410747404635357
Binary101011011000101101000010111100111100000100110011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45A1; }

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

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

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

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

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

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

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

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