#AD6FAF

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

Shades of Violet Blue #AD6FAF

Tints of Violet Blue #AD6FAF

Color information

#AD6FAF (or 0xAD6FAF) is unknown color: approx Violet Blue. HEX triplet: AD, 6F and AF. RGB value is (173,111,175). Sum of RGB (Red+Green+Blue) = 173+111+175=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAF is #529050. Grayscale: #888888. Windows color (decimal): -5410897 or 11497389. OLE color: 11497389.

HSL color Cylindrical-coordinate representation of color #AD6FAF: hue angle of 298.12º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6FAF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173111175-
CMYK0.010.3700.31
HSL298.12º28.57%56.08%-
HSV(B)298.12º36.57%68.63%-
XYZ30.6623.3543.45-
YUV136.83149.54153.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=37.69%
G=24.18%
B=38.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731111750.010.3700.31298.1228.5756.08
HexAD6FAF12501F12a1d38
Octal2551572571450374523570
Binary10101101110111110101111110010101111110010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FAF; }

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

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

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

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

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

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

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

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