#AD57B1

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

Shades of Violet Blue #AD57B1

Tints of Violet Blue #AD57B1

Color information

#AD57B1 (or 0xAD57B1) is unknown color: approx Violet Blue. HEX triplet: AD, 57 and B1. RGB value is (173,87,177). Sum of RGB (Red+Green+Blue) = 173+87+177=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57B1 is #52A84E. Grayscale: #7A7A7A. Windows color (decimal): -5417039 or 11622317. OLE color: 11622317.

HSL color Cylindrical-coordinate representation of color #AD57B1: hue angle of 297.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD57B1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17387177-
CMYK0.020.5100.31
HSL297.33º36.59%51.76%-
HSV(B)297.33º50.85%69.41%-
XYZ28.5818.8743.73-
YUV122.97158.49163.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=39.59%
G=19.91%
B=40.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173871770.020.5100.31297.3336.5951.76
HexAD57B123301F1292534
Octal2551272612630374514564
Binary1010110110101111011000110110011011111100101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD57B1; }

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

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

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

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

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

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

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

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