#AD5898

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

Shades of Violet Blue #AD5898

Tints of Violet Blue #AD5898

Color information

#AD5898 (or 0xAD5898) is unknown color: approx Violet Blue. HEX triplet: AD, 58 and 98. RGB value is (173,88,152). Sum of RGB (Red+Green+Blue) = 173+88+152=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5898 is #52A767. Grayscale: #787878. Windows color (decimal): -5416808 or 9984173. OLE color: 9984173.

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

Color convert

RGB17388152-
CMYK00.490.120.32
HSL314.82º34.14%51.18%-
HSV(B)314.82º49.13%67.84%-
XYZ26.3918.1331.81-
YUV120.71145.66165.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=41.89%
G=21.31%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738815200.490.120.32314.8234.1451.18
HexAD5898031C2013b2233
Octal25513023006114404734263
Binary1010110110110001001100001100011100100000100111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5898; }

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

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

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

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

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

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

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

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