#AD609F

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

Shades of Violet Blue #AD609F

Tints of Violet Blue #AD609F

Color information

#AD609F (or 0xAD609F) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and 9F. RGB value is (173,96,159). Sum of RGB (Red+Green+Blue) = 173+96+159=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609F is #529F60. Grayscale: #7E7E7E. Windows color (decimal): -5414753 or 10444973. OLE color: 10444973.

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

Color convert

RGB17396159-
CMYK00.450.080.32
HSL310.91º31.95%52.75%-
HSV(B)310.91º44.51%67.84%-
XYZ27.6719.7535.16-
YUV126.2146.51161.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=40.42%
G=22.43%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739615900.450.080.32310.9131.9552.75
HexAD609F02D8201372035
Octal25514023705510404674065
Binary1010110111000001001111101011011000100000100110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD609F; }

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

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

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

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

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

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

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

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