#AD6DA7

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

Shades of Violet Blue #AD6DA7

Tints of Violet Blue #AD6DA7

Color information

#AD6DA7 (or 0xAD6DA7) is unknown color: approx Violet Blue. HEX triplet: AD, 6D and A7. RGB value is (173,109,167). Sum of RGB (Red+Green+Blue) = 173+109+167=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DA7 is #529258. Grayscale: #868686. Windows color (decimal): -5411417 or 10972589. OLE color: 10972589.

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

Color convert

RGB173109167-
CMYK00.370.030.32
HSL305.62º28.07%55.29%-
HSV(B)305.62º36.99%67.84%-
XYZ29.6822.6139.36-
YUV134.75146.2155.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=38.53%
G=24.28%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310916700.370.030.32305.6228.0755.29
HexAD6DA70253201321c37
Octal2551552470453404623467
Binary1010110111011011010011101001011110000010011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6DA7; }

 p { color: rgb(173,109,167); }

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

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

 a { background-color: rgb(173,109,167); }

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

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

 span { border-color: rgb(173,109,167); }

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