#AD51A8

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

Shades of Violet Blue #AD51A8

Tints of Violet Blue #AD51A8

Color information

#AD51A8 (or 0xAD51A8) is unknown color: approx Violet Blue. HEX triplet: AD, 51 and A8. RGB value is (173,81,168). Sum of RGB (Red+Green+Blue) = 173+81+168=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51A8 is #52AE57. Grayscale: #767676. Windows color (decimal): -5418584 or 11030957. OLE color: 11030957.

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

Color convert

RGB17381168-
CMYK00.530.030.32
HSL303.26º36.22%49.8%-
HSV(B)303.26º53.18%67.84%-
XYZ27.2417.639.01-
YUV118.43155.98166.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=41.00%
G=19.19%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738116800.530.030.32303.2636.2249.8
HexAD51A803532012f2432
Octal2551212500653404574462
Binary10101101101000110101000011010111100000100101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51A8; }

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

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

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

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

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

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

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

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