#AD68A9

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

Shades of Violet Blue #AD68A9

Tints of Violet Blue #AD68A9

Color information

#AD68A9 (or 0xAD68A9) is unknown color: approx Violet Blue. HEX triplet: AD, 68 and A9. RGB value is (173,104,169). Sum of RGB (Red+Green+Blue) = 173+104+169=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD68A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD68A9 is #529756. Grayscale: #838383. Windows color (decimal): -5412695 or 11102381. OLE color: 11102381.

HSL color Cylindrical-coordinate representation of color #AD68A9: hue angle of 303.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD68A9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173104169-
CMYK00.400.020.32
HSL303.48º29.61%54.31%-
HSV(B)303.48º39.88%67.84%-
XYZ29.3521.6540.17-
YUV132.04148.86157.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=38.79%
G=23.32%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310416900.400.020.32303.4829.6154.31
HexAD68A902822012f1e36
Octal2551502510502404573666
Binary1010110111010001010100101010001010000010010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68A9; }

 p { color: rgb(173,104,169); }

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

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

 a { background-color: rgb(173,104,169); }

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

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

 span { border-color: rgb(173,104,169); }

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