#AD6FAC

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

Shades of Violet Blue #AD6FAC

Tints of Violet Blue #AD6FAC

Color information

#AD6FAC (or 0xAD6FAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6F and AC. RGB value is (173,111,172). Sum of RGB (Red+Green+Blue) = 173+111+172=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAC is #529053. Grayscale: #888888. Windows color (decimal): -5410900 or 11300781. OLE color: 11300781.

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

Color convert

RGB173111172-
CMYK00.360.010.32
HSL300.97º27.43%55.69%-
HSV(B)300.97º35.84%67.84%-
XYZ30.3623.2341.91-
YUV136.49148.04154.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=37.94%
G=24.34%
B=37.72%

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
Decimal17311117200.360.010.32300.9727.4355.69
HexAD6FAC02412012d1b38
Octal2551572540441404553370
Binary101011011101111101011000100100110000010010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6FAC; }

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

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

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

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

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

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

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

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