#AD57AD

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

Shades of Violet Blue #AD57AD

Tints of Violet Blue #AD57AD

Color information

#AD57AD (or 0xAD57AD) is unknown color: approx Violet Blue. HEX triplet: AD, 57 and AD. RGB value is (173,87,173). Sum of RGB (Red+Green+Blue) = 173+87+173=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57AD is #52A852. Grayscale: #7A7A7A. Windows color (decimal): -5417043 or 11360173. OLE color: 11360173.

HSL color Cylindrical-coordinate representation of color #AD57AD: hue angle of 300º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD57AD is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17387173-
CMYK00.5000.32
HSL300º34.4%50.98%-
HSV(B)300º49.71%67.84%-
XYZ28.1818.7241.66-
YUV122.52156.49164.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=39.95%
G=20.09%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738717300.5000.3230034.450.98
HexAD57AD03202012c2233
Octal2551272550620404544263
Binary1010110110101111010110101100100100000100101100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57AD; }

 p { color: rgb(173,87,173); }

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

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

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

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

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

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

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