#AD6BAC

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

Shades of Violet Blue #AD6BAC

Tints of Violet Blue #AD6BAC

Color information

#AD6BAC (or 0xAD6BAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6B and AC. RGB value is (173,107,172). Sum of RGB (Red+Green+Blue) = 173+107+172=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAC is #529453. Grayscale: #858585. Windows color (decimal): -5411924 or 11299757. OLE color: 11299757.

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

Color convert

RGB173107172-
CMYK00.380.010.32
HSL300.91º28.7%54.9%-
HSV(B)300.91º38.15%67.84%-
XYZ29.9422.3841.77-
YUV134.14149.37155.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=38.27%
G=23.67%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310717200.380.010.32300.9128.754.9
HexAD6BAC02612012d1d37
Octal2551532540461404553567
Binary101011011101011101011000100110110000010010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BAC; }

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

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

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

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

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

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

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

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