#AD619F

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

Shades of Violet Blue #AD619F

Tints of Violet Blue #AD619F

Color information

#AD619F (or 0xAD619F) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and 9F. RGB value is (173,97,159). Sum of RGB (Red+Green+Blue) = 173+97+159=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD619F is #529E60. Grayscale: #7E7E7E. Windows color (decimal): -5414497 or 10445229. OLE color: 10445229.

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

Color convert

RGB17397159-
CMYK00.440.080.32
HSL311.05º31.67%52.94%-
HSV(B)311.05º43.93%67.84%-
XYZ27.7719.9435.19-
YUV126.79146.18160.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=40.33%
G=22.61%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739715900.440.080.32311.0531.6752.94
HexAD619F02C8201372035
Octal25514123705410404674065
Binary1010110111000011001111101011001000100000100110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD619F; }

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

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

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

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

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

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

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

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