#AD54AA

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

Shades of Violet Blue #AD54AA

Tints of Violet Blue #AD54AA

Color information

#AD54AA (or 0xAD54AA) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and AA. RGB value is (173,84,170). Sum of RGB (Red+Green+Blue) = 173+84+170=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AA is #52AB55. Grayscale: #787878. Windows color (decimal): -5417814 or 11162797. OLE color: 11162797.

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

Color convert

RGB17384170-
CMYK00.510.020.32
HSL302.02º35.18%50.39%-
HSV(B)302.02º51.45%67.84%-
XYZ27.6618.1340.07-
YUV120.42155.99165.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=40.52%
G=19.67%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738417000.510.020.32302.0235.1850.39
HexAD54AA03322012e2332
Octal2551242520632404564362
Binary10101101101010010101010011001110100000100101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD54AA; }

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

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

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

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

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

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

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

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