#AD5AAA

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

Shades of Violet Blue #AD5AAA

Tints of Violet Blue #AD5AAA

Color information

#AD5AAA (or 0xAD5AAA) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and AA. RGB value is (173,90,170). Sum of RGB (Red+Green+Blue) = 173+90+170=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAA is #52A555. Grayscale: #7B7B7B. Windows color (decimal): -5416278 or 11164333. OLE color: 11164333.

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

Color convert

RGB17390170-
CMYK00.480.020.32
HSL302.17º33.6%51.57%-
HSV(B)302.17º47.98%67.84%-
XYZ28.1519.140.23-
YUV123.94154163-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=39.95%
G=20.79%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739017000.480.020.32302.1733.651.57
HexAD5AAA03022012e2234
Octal2551322520602404564264
Binary10101101101101010101010011000010100000100101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AAA; }

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

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

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

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

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

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

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

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