#AD6AAF

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

Shades of Violet Blue #AD6AAF

Tints of Violet Blue #AD6AAF

Color information

#AD6AAF (or 0xAD6AAF) is unknown color: approx Violet Blue. HEX triplet: AD, 6A and AF. RGB value is (173,106,175). Sum of RGB (Red+Green+Blue) = 173+106+175=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAF is #529550. Grayscale: #858585. Windows color (decimal): -5412177 or 11496109. OLE color: 11496109.

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

Color convert

RGB173106175-
CMYK0.010.3900.31
HSL298.26º30.13%55.1%-
HSV(B)298.26º39.43%68.63%-
XYZ30.1322.2943.27-
YUV133.9151.2155.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=38.11%
G=23.35%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731061750.010.3900.31298.2630.1355.1
HexAD6AAF12701F12a1e37
Octal2551522571470374523667
Binary10101101110101010101111110011101111110010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6AAF; }

 p { color: rgb(173,106,175); }

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

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

 a { background-color: rgb(173,106,175); }

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

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

 span { border-color: rgb(173,106,175); }

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