#AD6CAE

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

Shades of Violet Blue #AD6CAE

Tints of Violet Blue #AD6CAE

Color information

#AD6CAE (or 0xAD6CAE) is unknown color: approx Violet Blue. HEX triplet: AD, 6C and AE. RGB value is (173,108,174). Sum of RGB (Red+Green+Blue) = 173+108+174=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAE is #529351. Grayscale: #868686. Windows color (decimal): -5411666 or 11431085. OLE color: 11431085.

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

Color convert

RGB173108174-
CMYK0.010.3800.32
HSL299.09º28.95%55.29%-
HSV(B)299.09º37.93%68.24%-
XYZ30.2422.6742.83-
YUV134.96150.03155.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=38.02%
G=23.74%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731081740.010.3800.32299.0928.9555.29
HexAD6CAE12602012b1d37
Octal2551542561460404533567
Binary101011011101100101011101100110010000010010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CAE; }

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

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

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

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

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

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

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

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