#AD589D

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

Shades of Violet Blue #AD589D

Tints of Violet Blue #AD589D

Color information

#AD589D (or 0xAD589D) is unknown color: approx Violet Blue. HEX triplet: AD, 58 and 9D. RGB value is (173,88,157). Sum of RGB (Red+Green+Blue) = 173+88+157=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD589D is #52A762. Grayscale: #797979. Windows color (decimal): -5416803 or 10311853. OLE color: 10311853.

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

Color convert

RGB17388157-
CMYK00.490.090.32
HSL311.29º34.14%51.18%-
HSV(B)311.29º49.13%67.84%-
XYZ26.8118.334.02-
YUV121.28148.16164.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=41.39%
G=21.05%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738815700.490.090.32311.2934.1451.18
HexAD589D0319201372233
Octal25513023506111404674263
Binary1010110110110001001110101100011001100000100110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD589D; }

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

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

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

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

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

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

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

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