#AD47A8

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

Shades of Violet Blue #AD47A8

Tints of Violet Blue #AD47A8

Color information

#AD47A8 (or 0xAD47A8) is unknown color: approx Violet Blue. HEX triplet: AD, 47 and A8. RGB value is (173,71,168). Sum of RGB (Red+Green+Blue) = 173+71+168=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD47A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47A8 is #52B857. Grayscale: #707070. Windows color (decimal): -5421144 or 11028397. OLE color: 11028397.

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

Color convert

RGB17371168-
CMYK00.590.030.32
HSL302.94º41.8%47.84%-
HSV(B)302.94º58.96%67.84%-
XYZ26.5516.2238.78-
YUV112.56159.29171.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 168 (66.02% from 255) = 40.78%
R=41.99%
G=17.23%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737116800.590.030.32302.9441.847.84
HexAD47A803B32012f2a30
Octal2551072500733404575260
Binary10101101100011110101000011101111100000100101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47A8; }

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

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

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

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

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

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

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

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