#AD51AD

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

Shades of Violet Blue #AD51AD

Tints of Violet Blue #AD51AD

Color information

#AD51AD (or 0xAD51AD) is unknown color: approx Violet Blue. HEX triplet: AD, 51 and AD. RGB value is (173,81,173). Sum of RGB (Red+Green+Blue) = 173+81+173=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD51AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51AD is #52AE52. Grayscale: #767676. Windows color (decimal): -5418579 or 11358637. OLE color: 11358637.

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

Color convert

RGB17381173-
CMYK00.5300.32
HSL300º36.22%49.8%-
HSV(B)300º53.18%67.84%-
XYZ27.7217.7941.51-
YUV119158.48166.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=40.52%
G=18.97%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738117300.5300.3230036.2249.8
HexAD51AD03502012c2432
Octal2551212550650404544462
Binary1010110110100011010110101101010100000100101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD51AD; }

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

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

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

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

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

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

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

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