#AD44A0

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

Shades of Violet Blue #AD44A0

Tints of Violet Blue #AD44A0

Color information

#AD44A0 (or 0xAD44A0) is unknown color: approx Violet Blue. HEX triplet: AD, 44 and A0. RGB value is (173,68,160). Sum of RGB (Red+Green+Blue) = 173+68+160=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD44A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD44A0 is #52BB5F. Grayscale: #6D6D6D. Windows color (decimal): -5421920 or 10503341. OLE color: 10503341.

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

Color convert

RGB17368160-
CMYK00.610.080.32
HSL307.43º43.57%47.25%-
HSV(B)307.43º60.69%67.84%-
XYZ25.6515.5634.91-
YUV109.88156.29173.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=43.14%
G=16.96%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736816000.610.080.32307.4343.5747.25
HexAD44A003D8201332c2f
Octal25510424007510404635457
Binary1010110110001001010000001111011000100000100110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44A0; }

 p { color: rgb(173,68,160); }

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

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

 a { background-color: rgb(173,68,160); }

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

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

 span { border-color: rgb(173,68,160); }

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