#AD5A98

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

Shades of Violet Blue #AD5A98

Tints of Violet Blue #AD5A98

Color information

#AD5A98 (or 0xAD5A98) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and 98. RGB value is (173,90,152). Sum of RGB (Red+Green+Blue) = 173+90+152=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A98 is #52A567. Grayscale: #797979. Windows color (decimal): -5416296 or 9984685. OLE color: 9984685.

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

Color convert

RGB17390152-
CMYK00.480.120.32
HSL315.18º33.6%51.57%-
HSV(B)315.18º47.98%67.84%-
XYZ26.5618.4631.87-
YUV121.88145164.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=41.69%
G=21.69%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739015200.480.120.32315.1833.651.57
HexAD5A98030C2013b2234
Octal25513223006014404734264
Binary1010110110110101001100001100001100100000100111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A98; }

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

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

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

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

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

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

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

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