#AD689E

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

Shades of Violet Blue #AD689E

Tints of Violet Blue #AD689E

Color information

#AD689E (or 0xAD689E) is unknown color: approx Violet Blue. HEX triplet: AD, 68 and 9E. RGB value is (173,104,158). Sum of RGB (Red+Green+Blue) = 173+104+158=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD689E is #529761. Grayscale: #828282. Windows color (decimal): -5412706 or 10381485. OLE color: 10381485.

HSL color Cylindrical-coordinate representation of color #AD689E: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD689E is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173104158-
CMYK00.400.090.32
HSL313.04º29.61%54.31%-
HSV(B)313.04º39.88%67.84%-
XYZ28.3621.2534.96-
YUV130.79143.36158.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=39.77%
G=23.91%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310415800.400.090.32313.0429.6154.31
HexAD689E0289201391e36
Octal25515023605011404713666
Binary101011011101000100111100101000100110000010011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD689E; }

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

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

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

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

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

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

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

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