#AD53AA

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

Shades of Violet Blue #AD53AA

Tints of Violet Blue #AD53AA

Color information

#AD53AA (or 0xAD53AA) is unknown color: approx Violet Blue. HEX triplet: AD, 53 and AA. RGB value is (173,83,170). Sum of RGB (Red+Green+Blue) = 173+83+170=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53AA is #52AC55. Grayscale: #777777. Windows color (decimal): -5418070 or 11162541. OLE color: 11162541.

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

Color convert

RGB17383170-
CMYK00.520.020.32
HSL302º35.43%50.2%-
HSV(B)302º52.02%67.84%-
XYZ27.5817.9740.05-
YUV119.83156.32165.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 83 (32.81% from 255) = 19.48%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=40.61%
G=19.48%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738317000.520.020.3230235.4350.2
HexAD53AA03422012e2332
Octal2551232520642404564362
Binary10101101101001110101010011010010100000100101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53AA; }

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

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

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

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

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

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

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

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