#AD6EAC

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

Shades of Violet Blue #AD6EAC

Tints of Violet Blue #AD6EAC

Color information

#AD6EAC (or 0xAD6EAC) is unknown color: approx Violet Blue. HEX triplet: AD, 6E and AC. RGB value is (173,110,172). Sum of RGB (Red+Green+Blue) = 173+110+172=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAC is #529153. Grayscale: #878787. Windows color (decimal): -5411156 or 11300525. OLE color: 11300525.

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

Color convert

RGB173110172-
CMYK00.360.010.32
HSL300.95º27.75%55.49%-
HSV(B)300.95º36.42%67.84%-
XYZ30.2623.0141.88-
YUV135.9148.37154.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=38.02%
G=24.18%
B=37.80%

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
Decimal17311017200.360.010.32300.9527.7555.49
HexAD6EAC02412012d1c37
Octal2551562540441404553467
Binary101011011101110101011000100100110000010010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6EAC; }

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

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

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

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

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

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

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

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