#AD2B9B

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

Shades of Medium Red Violet #AD2B9B

Tints of Medium Red Violet #AD2B9B

Color information

#AD2B9B (or 0xAD2B9B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and 9B. RGB value is (173,43,155). Sum of RGB (Red+Green+Blue) = 173+43+155=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B9B is #52D464. Grayscale: #5E5E5E. Windows color (decimal): -5428325 or 10169261. OLE color: 10169261.

HSL color Cylindrical-coordinate representation of color #AD2B9B: hue angle of 308.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B9B is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17343155-
CMYK00.750.100.32
HSL308.31º60.19%42.35%-
HSV(B)308.31º75.14%67.84%-
XYZ24.0112.9832.25-
YUV94.64162.07183.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=46.63%
G=11.59%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734315500.750.100.32308.3160.1942.35
HexAD2B9B04BA201343c2a
Octal25553233011312404647452
Binary1010110110101110011011010010111010100000100110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B9B; }

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

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

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

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

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

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

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

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