#AD5A9B

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

Shades of Violet Blue #AD5A9B

Tints of Violet Blue #AD5A9B

Color information

#AD5A9B (or 0xAD5A9B) is unknown color: approx Violet Blue. HEX triplet: AD, 5A and 9B. RGB value is (173,90,155). Sum of RGB (Red+Green+Blue) = 173+90+155=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A9B is #52A564. Grayscale: #7A7A7A. Windows color (decimal): -5416293 or 10181293. OLE color: 10181293.

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

Color convert

RGB17390155-
CMYK00.480.100.32
HSL313.01º33.6%51.57%-
HSV(B)313.01º47.98%67.84%-
XYZ26.8118.5633.18-
YUV122.23146.5164.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=41.39%
G=21.53%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739015500.480.100.32313.0133.651.57
HexAD5A9B030A201392234
Octal25513223306012404714264
Binary1010110110110101001101101100001010100000100111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A9B; }

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

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

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

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

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

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

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

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