#AD6EAD

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

Shades of Violet Blue #AD6EAD

Tints of Violet Blue #AD6EAD

Color information

#AD6EAD (or 0xAD6EAD) is unknown color: approx Violet Blue. HEX triplet: AD, 6E and AD. RGB value is (173,110,173). Sum of RGB (Red+Green+Blue) = 173+110+173=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAD is #529152. Grayscale: #878787. Windows color (decimal): -5411155 or 11366061. OLE color: 11366061.

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

Color convert

RGB173110173-
CMYK00.3600.32
HSL300º27.75%55.49%-
HSV(B)300º36.42%67.84%-
XYZ30.3523.0542.39-
YUV136.02148.87154.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=37.94%
G=24.12%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311017300.3600.3230027.7555.49
HexAD6EAD02402012c1c37
Octal2551562550440404543467
Binary101011011101110101011010100100010000010010110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EAD; }

 p { color: rgb(173,110,173); }

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

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

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

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

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

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

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