#AD41A2

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

Shades of Violet Blue #AD41A2

Tints of Violet Blue #AD41A2

Color information

#AD41A2 (or 0xAD41A2) is unknown color: approx Violet Blue. HEX triplet: AD, 41 and A2. RGB value is (173,65,162). Sum of RGB (Red+Green+Blue) = 173+65+162=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41A2 is #52BE5D. Grayscale: #6C6C6C. Windows color (decimal): -5422686 or 10633645. OLE color: 10633645.

HSL color Cylindrical-coordinate representation of color #AD41A2: hue angle of 306.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD41A2 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB17365162-
CMYK00.620.060.32
HSL306.11º45.38%46.67%-
HSV(B)306.11º62.43%67.84%-
XYZ25.6515.2735.78-
YUV108.35158.28174.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=43.25%
G=16.25%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736516200.620.060.32306.1145.3846.67
HexAD41A203E6201322d2f
Octal2551012420766404625557
Binary101011011000001101000100111110110100000100110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41A2; }

 p { color: rgb(173,65,162); }

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

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

 a { background-color: rgb(173,65,162); }

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

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

 span { border-color: rgb(173,65,162); }

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