#AD609E

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

Shades of Violet Blue #AD609E

Tints of Violet Blue #AD609E

Color information

#AD609E (or 0xAD609E) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and 9E. RGB value is (173,96,158). Sum of RGB (Red+Green+Blue) = 173+96+158=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609E is #529F61. Grayscale: #7D7D7D. Windows color (decimal): -5414754 or 10379437. OLE color: 10379437.

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

Color convert

RGB17396158-
CMYK00.450.090.32
HSL311.69º31.95%52.75%-
HSV(B)311.69º44.51%67.84%-
XYZ27.5919.7234.7-
YUV126.09146.01161.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=40.52%
G=22.48%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739615800.450.090.32311.6931.9552.75
HexAD609E02D9201382035
Octal25514023605511404704065
Binary1010110111000001001111001011011001100000100111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD609E; }

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

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

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

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

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

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

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

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