#AD51A3

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

Shades of Violet Blue #AD51A3

Tints of Violet Blue #AD51A3

Color information

#AD51A3 (or 0xAD51A3) is unknown color: approx Violet Blue. HEX triplet: AD, 51 and A3. RGB value is (173,81,163). Sum of RGB (Red+Green+Blue) = 173+81+163=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51A3 is #52AE5C. Grayscale: #757575. Windows color (decimal): -5418589 or 10703277. OLE color: 10703277.

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

Color convert

RGB17381163-
CMYK00.530.060.32
HSL306.52º36.22%49.8%-
HSV(B)306.52º53.18%67.84%-
XYZ26.7917.4136.6-
YUV117.86153.48167.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=41.49%
G=19.42%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738116300.530.060.32306.5236.2249.8
HexAD51A30356201332432
Octal2551212430656404634462
Binary101011011010001101000110110101110100000100110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51A3; }

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

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

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

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

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

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

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

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