#AD6FAB

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

Shades of Violet Blue #AD6FAB

Tints of Violet Blue #AD6FAB

Color information

#AD6FAB (or 0xAD6FAB) is unknown color: approx Violet Blue. HEX triplet: AD, 6F and AB. RGB value is (173,111,171). Sum of RGB (Red+Green+Blue) = 173+111+171=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAB is #529054. Grayscale: #888888. Windows color (decimal): -5410901 or 11235245. OLE color: 11235245.

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

Color convert

RGB173111171-
CMYK00.360.010.32
HSL301.94º27.43%55.69%-
HSV(B)301.94º35.84%67.84%-
XYZ30.2723.1941.41-
YUV136.38147.54154.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=38.02%
G=24.40%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311117100.360.010.32301.9427.4355.69
HexAD6FAB02412012e1b38
Octal2551572530441404563370
Binary101011011101111101010110100100110000010010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FAB; }

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

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

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

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

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

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

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

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