#AD5495

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

Shades of Violet Blue #AD5495

Tints of Violet Blue #AD5495

Color information

#AD5495 (or 0xAD5495) is unknown color: approx Violet Blue. HEX triplet: AD, 54 and 95. RGB value is (173,84,149). Sum of RGB (Red+Green+Blue) = 173+84+149=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5495 is #52AB6A. Grayscale: #757575. Windows color (decimal): -5417835 or 9786541. OLE color: 9786541.

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

Color convert

RGB17384149-
CMYK00.510.140.32
HSL316.18º35.18%50.39%-
HSV(B)316.18º51.45%67.84%-
XYZ25.8317.3930.43-
YUV118.02145.49167.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=42.61%
G=20.69%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738414900.510.140.32316.1835.1850.39
HexAD5495033E2013c2332
Octal25512422506316404744362
Binary1010110110101001001010101100111110100000100111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5495; }

 p { color: rgb(173,84,149); }

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

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

 a { background-color: rgb(173,84,149); }

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

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

 span { border-color: rgb(173,84,149); }

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