#AD4AA0

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

Shades of Violet Blue #AD4AA0

Tints of Violet Blue #AD4AA0

Color information

#AD4AA0 (or 0xAD4AA0) is unknown color: approx Violet Blue. HEX triplet: AD, 4A and A0. RGB value is (173,74,160). Sum of RGB (Red+Green+Blue) = 173+74+160=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AA0 is #52B55F. Grayscale: #717171. Windows color (decimal): -5420384 or 10504877. OLE color: 10504877.

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

Color convert

RGB17374160-
CMYK00.570.080.32
HSL307.88º40.08%48.43%-
HSV(B)307.88º57.23%67.84%-
XYZ26.0316.3235.04-
YUV113.4154.3170.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=42.51%
G=18.18%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737416000.570.080.32307.8840.0848.43
HexAD4AA00398201342830
Octal25511224007110404645060
Binary1010110110010101010000001110011000100000100110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AA0; }

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

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

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

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

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

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

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

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