#AD479B

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

Shades of Violet Blue #AD479B

Tints of Violet Blue #AD479B

Color information

#AD479B (or 0xAD479B) is unknown color: approx Violet Blue. HEX triplet: AD, 47 and 9B. RGB value is (173,71,155). Sum of RGB (Red+Green+Blue) = 173+71+155=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD479B is #52B864. Grayscale: #6E6E6E. Windows color (decimal): -5421157 or 10176429. OLE color: 10176429.

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

Color convert

RGB17371155-
CMYK00.590.100.32
HSL310.59º41.8%47.84%-
HSV(B)310.59º58.96%67.84%-
XYZ25.415.7632.71-
YUV111.07152.79172.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=43.36%
G=17.79%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737115500.590.100.32310.5941.847.84
HexAD479B03BA201372a30
Octal25510723307312404675260
Binary1010110110001111001101101110111010100000100110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD479B; }

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

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

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

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

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

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

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

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