#AD69AB

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

Shades of Violet Blue #AD69AB

Tints of Violet Blue #AD69AB

Color information

#AD69AB (or 0xAD69AB) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and AB. RGB value is (173,105,171). Sum of RGB (Red+Green+Blue) = 173+105+171=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AB is #529654. Grayscale: #848484. Windows color (decimal): -5412437 or 11233709. OLE color: 11233709.

HSL color Cylindrical-coordinate representation of color #AD69AB: hue angle of 301.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD69AB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173105171-
CMYK00.390.010.32
HSL301.76º29.31%54.51%-
HSV(B)301.76º39.31%67.84%-
XYZ29.6421.9341.2-
YUV132.86149.53156.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=38.53%
G=23.39%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310517100.390.010.32301.7629.3154.51
HexAD69AB02712012e1d37
Octal2551512530471404563567
Binary101011011101001101010110100111110000010010111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69AB; }

 p { color: rgb(173,105,171); }

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

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

 a { background-color: rgb(173,105,171); }

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

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

 span { border-color: rgb(173,105,171); }

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