#AD699F

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

Shades of Violet Blue #AD699F

Tints of Violet Blue #AD699F

Color information

#AD699F (or 0xAD699F) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and 9F. RGB value is (173,105,159). Sum of RGB (Red+Green+Blue) = 173+105+159=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD699F is #529660. Grayscale: #838383. Windows color (decimal): -5412449 or 10447277. OLE color: 10447277.

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

Color convert

RGB173105159-
CMYK00.390.080.32
HSL312.35º29.31%54.51%-
HSV(B)312.35º39.31%67.84%-
XYZ28.5421.4935.44-
YUV131.49143.53157.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=39.59%
G=24.03%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310515900.390.080.32312.3529.3154.51
HexAD699F0278201381d37
Octal25515123704710404703567
Binary101011011101001100111110100111100010000010011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD699F; }

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

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

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

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

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

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

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

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