#AD47A4

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

Shades of Violet Blue #AD47A4

Tints of Violet Blue #AD47A4

Color information

#AD47A4 (or 0xAD47A4) is unknown color: approx Violet Blue. HEX triplet: AD, 47 and A4. RGB value is (173,71,164). Sum of RGB (Red+Green+Blue) = 173+71+164=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD47A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47A4 is #52B85B. Grayscale: #6F6F6F. Windows color (decimal): -5421148 or 10766253. OLE color: 10766253.

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

Color convert

RGB17371164-
CMYK00.590.050.32
HSL305.29º41.8%47.84%-
HSV(B)305.29º58.96%67.84%-
XYZ26.1916.0736.84-
YUV112.1157.29171.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=42.40%
G=17.40%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737116400.590.050.32305.2941.847.84
HexAD47A403B5201312a30
Octal2551072440735404615260
Binary101011011000111101001000111011101100000100110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47A4; }

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

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

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

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

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

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

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

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