#AD57A0

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

Shades of Violet Blue #AD57A0

Tints of Violet Blue #AD57A0

Color information

#AD57A0 (or 0xAD57A0) is unknown color: approx Violet Blue. HEX triplet: AD, 57 and A0. RGB value is (173,87,160). Sum of RGB (Red+Green+Blue) = 173+87+160=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD57A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57A0 is #52A85F. Grayscale: #787878. Windows color (decimal): -5417056 or 10508205. OLE color: 10508205.

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

Color convert

RGB17387160-
CMYK00.500.080.32
HSL309.07º34.4%50.98%-
HSV(B)309.07º49.71%67.84%-
XYZ26.9918.2435.36-
YUV121.04149.99165.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=41.19%
G=20.71%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738716000.500.080.32309.0734.450.98
HexAD57A00328201352233
Octal25512724006210404654263
Binary1010110110101111010000001100101000100000100110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57A0; }

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

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

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

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

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

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

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

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