#AD6195

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

Shades of Violet Blue #AD6195

Tints of Violet Blue #AD6195

Color information

#AD6195 (or 0xAD6195) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and 95. RGB value is (173,97,149). Sum of RGB (Red+Green+Blue) = 173+97+149=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6195 is #529E6A. Grayscale: #7D7D7D. Windows color (decimal): -5414507 or 9789869. OLE color: 9789869.

HSL color Cylindrical-coordinate representation of color #AD6195: hue angle of 318.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6195 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17397149-
CMYK00.440.140.32
HSL318.95º31.67%52.94%-
HSV(B)318.95º43.93%67.84%-
XYZ26.9319.630.8-
YUV125.65141.18161.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=41.29%
G=23.15%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739714900.440.140.32318.9531.6752.94
HexAD619502CE2013f2035
Octal25514122505416404774065
Binary1010110111000011001010101011001110100000100111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6195; }

 p { color: rgb(173,97,149); }

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

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

 a { background-color: rgb(173,97,149); }

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

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

 span { border-color: rgb(173,97,149); }

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