#AD679D

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

Shades of Violet Blue #AD679D

Tints of Violet Blue #AD679D

Color information

#AD679D (or 0xAD679D) is unknown color: approx Violet Blue. HEX triplet: AD, 67 and 9D. RGB value is (173,103,157). Sum of RGB (Red+Green+Blue) = 173+103+157=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD679D is #529862. Grayscale: #818181. Windows color (decimal): -5412963 or 10315693. OLE color: 10315693.

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

Color convert

RGB173103157-
CMYK00.400.090.32
HSL313.71º29.91%54.12%-
HSV(B)313.71º40.46%67.84%-
XYZ28.1721.0234.47-
YUV130.09143.19158.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=39.95%
G=23.79%
B=36.26%

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
Decimal17310315700.400.090.32313.7129.9154.12
HexAD679D02892013a1e36
Octal25514723505011404723666
Binary101011011100111100111010101000100110000010011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD679D; }

 p { color: rgb(173,103,157); }

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

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

 a { background-color: rgb(173,103,157); }

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

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

 span { border-color: rgb(173,103,157); }

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