#AD6BAE

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

Shades of Violet Blue #AD6BAE

Tints of Violet Blue #AD6BAE

Color information

#AD6BAE (or 0xAD6BAE) is unknown color: approx Violet Blue. HEX triplet: AD, 6B and AE. RGB value is (173,107,174). Sum of RGB (Red+Green+Blue) = 173+107+174=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAE is #529451. Grayscale: #868686. Windows color (decimal): -5411922 or 11430829. OLE color: 11430829.

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

Color convert

RGB173107174-
CMYK0.010.3900.32
HSL299.1º29.26%55.1%-
HSV(B)299.1º38.51%68.24%-
XYZ30.1322.4642.79-
YUV134.37150.37155.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=38.11%
G=23.57%
B=38.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731071740.010.3900.32299.129.2655.1
HexAD6BAE12702012b1d37
Octal2551532561470404533567
Binary101011011101011101011101100111010000010010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BAE; }

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

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

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

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

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

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

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

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