#AD58A5

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

Shades of Violet Blue #AD58A5

Tints of Violet Blue #AD58A5

Color information

#AD58A5 (or 0xAD58A5) is unknown color: approx Violet Blue. HEX triplet: AD, 58 and A5. RGB value is (173,88,165). Sum of RGB (Red+Green+Blue) = 173+88+165=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD58A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58A5 is #52A75A. Grayscale: #797979. Windows color (decimal): -5416795 or 10836141. OLE color: 10836141.

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

Color convert

RGB17388165-
CMYK00.490.050.32
HSL305.65º34.14%51.18%-
HSV(B)305.65º49.13%67.84%-
XYZ27.5118.5837.73-
YUV122.19152.16164.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=40.61%
G=20.66%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738816500.490.050.32305.6534.1451.18
HexAD58A50315201322233
Octal2551302450615404624263
Binary101011011011000101001010110001101100000100110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58A5; }

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

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

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

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

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

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

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

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