#AD6AAE

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

Shades of Violet Blue #AD6AAE

Tints of Violet Blue #AD6AAE

Color information

#AD6AAE (or 0xAD6AAE) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and AE. RGB value is (173,106,174). Sum of RGB (Red+Green+Blue) = 173+106+174=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAE is #529551. Grayscale: #858585. Windows color (decimal): -5412178 or 11430573. OLE color: 11430573.

HSL color Cylindrical-coordinate representation of color #AD6AAE: hue angle of 299.12º degrees, saturation: 0.3, 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 #AD6AAE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173106174-
CMYK0.010.3900.32
HSL299.12º29.57%54.9%-
HSV(B)299.12º39.08%68.24%-
XYZ30.0322.2542.76-
YUV133.78150.7155.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=38.19%
G=23.40%
B=38.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731061740.010.3900.32299.1229.5754.9
HexAD6AAE12702012b1e37
Octal2551522561470404533667
Binary101011011101010101011101100111010000010010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AAE; }

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

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

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

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

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

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

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

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