#AD54AD

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

Shades of Violet Blue #AD54AD

Tints of Violet Blue #AD54AD

Color information

#AD54AD (or 0xAD54AD) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and AD. RGB value is (173,84,173). Sum of RGB (Red+Green+Blue) = 173+84+173=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AD is #52AB52. Grayscale: #787878. Windows color (decimal): -5417811 or 11359405. OLE color: 11359405.

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

Color convert

RGB17384173-
CMYK00.5100.32
HSL300º35.18%50.39%-
HSV(B)300º51.45%67.84%-
XYZ27.9518.2441.58-
YUV120.76157.49165.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=40.23%
G=19.53%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738417300.5100.3230035.1850.39
HexAD54AD03302012c2332
Octal2551242550630404544362
Binary1010110110101001010110101100110100000100101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54AD; }

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

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

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

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

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

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

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

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