#AD69AE

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

Shades of Violet Blue #AD69AE

Tints of Violet Blue #AD69AE

Color information

#AD69AE (or 0xAD69AE) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and AE. RGB value is (173,105,174). Sum of RGB (Red+Green+Blue) = 173+105+174=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD69AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AE is #529651. Grayscale: #848484. Windows color (decimal): -5412434 or 11430317. OLE color: 11430317.

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

Color convert

RGB173105174-
CMYK0.010.4000.32
HSL299.13º29.87%54.71%-
HSV(B)299.13º39.66%68.24%-
XYZ29.9322.0442.72-
YUV133.2151.03156.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=38.27%
G=23.23%
B=38.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731051740.010.4000.32299.1329.8754.71
HexAD69AE12802012b1e37
Octal2551512561500404533667
Binary101011011101001101011101101000010000010010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69AE; }

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

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

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

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

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

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

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

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