#AD58AA

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

Shades of Violet Blue #AD58AA

Tints of Violet Blue #AD58AA

Color information

#AD58AA (or 0xAD58AA) is unknown color: approx Violet Blue. HEX triplet: AD, 58 and AA. RGB value is (173,88,170). Sum of RGB (Red+Green+Blue) = 173+88+170=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58AA is #52A755. Grayscale: #7A7A7A. Windows color (decimal): -5416790 or 11163821. OLE color: 11163821.

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

Color convert

RGB17388170-
CMYK00.490.020.32
HSL302.12º34.14%51.18%-
HSV(B)302.12º49.13%67.84%-
XYZ27.9818.7740.18-
YUV122.76154.66163.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=40.14%
G=20.42%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738817000.490.020.32302.1234.1451.18
HexAD58AA03122012e2233
Octal2551302520612404564263
Binary10101101101100010101010011000110100000100101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58AA; }

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

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

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

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

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

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

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

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