#AD479E

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

Shades of Violet Blue #AD479E

Tints of Violet Blue #AD479E

Color information

#AD479E (or 0xAD479E) is unknown color: approx Violet Blue. HEX triplet: AD, 47 and 9E. RGB value is (173,71,158). Sum of RGB (Red+Green+Blue) = 173+71+158=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD479E is #52B861. Grayscale: #6F6F6F. Windows color (decimal): -5421154 or 10373037. OLE color: 10373037.

HSL color Cylindrical-coordinate representation of color #AD479E: hue angle of 308.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD479E is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17371158-
CMYK00.590.090.32
HSL308.82º41.8%47.84%-
HSV(B)308.82º58.96%67.84%-
XYZ25.6615.8634.06-
YUV111.42154.29171.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=43.03%
G=17.66%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737115800.590.090.32308.8241.847.84
HexAD479E03B9201352a30
Octal25510723607311404655260
Binary1010110110001111001111001110111001100000100110101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD479E; }

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

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

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

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

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

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

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

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