#AD6CAC

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

Shades of Violet Blue #AD6CAC

Tints of Violet Blue #AD6CAC

Color information

#AD6CAC (or 0xAD6CAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6C and AC. RGB value is (173,108,172). Sum of RGB (Red+Green+Blue) = 173+108+172=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAC is #529353. Grayscale: #868686. Windows color (decimal): -5411668 or 11300013. OLE color: 11300013.

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

Color convert

RGB173108172-
CMYK00.380.010.32
HSL300.92º28.38%55.1%-
HSV(B)300.92º37.57%67.84%-
XYZ30.0422.5941.81-
YUV134.73149.03155.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=38.19%
G=23.84%
B=37.97%

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
Decimal17310817200.380.010.32300.9228.3855.1
HexAD6CAC02612012d1c37
Octal2551542540461404553467
Binary101011011101100101011000100110110000010010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CAC; }

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

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

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

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

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

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

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

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