#AD5BA1

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

Shades of Violet Blue #AD5BA1

Tints of Violet Blue #AD5BA1

Color information

#AD5BA1 (or 0xAD5BA1) is unknown color: approx Violet Blue. HEX triplet: AD, 5B and A1. RGB value is (173,91,161). Sum of RGB (Red+Green+Blue) = 173+91+161=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5BA1 is #52A45E. Grayscale: #7B7B7B. Windows color (decimal): -5416031 or 10574765. OLE color: 10574765.

HSL color Cylindrical-coordinate representation of color #AD5BA1: hue angle of 308.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5BA1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17391161-
CMYK00.470.070.32
HSL308.78º33.33%51.76%-
HSV(B)308.78º47.4%67.84%-
XYZ27.4118.9435.93-
YUV123.5149.17163.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=40.71%
G=21.41%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739116100.470.070.32308.7833.3351.76
HexAD5BA102F7201352134
Octal2551332410577404654164
Binary101011011011011101000010101111111100000100110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5BA1; }

 p { color: rgb(173,91,161); }

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

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

 a { background-color: rgb(173,91,161); }

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

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

 span { border-color: rgb(173,91,161); }

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