#AD5F9A

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

Shades of Violet Blue #AD5F9A

Tints of Violet Blue #AD5F9A

Color information

#AD5F9A (or 0xAD5F9A) is unknown color: approx Violet Blue. HEX triplet: AD, 5F and 9A. RGB value is (173,95,154). Sum of RGB (Red+Green+Blue) = 173+95+154=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F9A is #52A065. Grayscale: #7C7C7C. Windows color (decimal): -5415014 or 10117037. OLE color: 10117037.

HSL color Cylindrical-coordinate representation of color #AD5F9A: hue angle of 314.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD5F9A is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17395154-
CMYK00.450.110.32
HSL314.62º32.23%52.55%-
HSV(B)314.62º45.09%67.84%-
XYZ27.1619.432.89-
YUV125.05144.34162.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=41.00%
G=22.51%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739515400.450.110.32314.6232.2352.55
HexAD5F9A02DB2013b2035
Octal25513723205513404734065
Binary1010110110111111001101001011011011100000100111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F9A; }

 p { color: rgb(173,95,154); }

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

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

 a { background-color: rgb(173,95,154); }

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

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

 span { border-color: rgb(173,95,154); }

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