#AD2B9A

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

Shades of Medium Red Violet #AD2B9A

Tints of Medium Red Violet #AD2B9A

Color information

#AD2B9A (or 0xAD2B9A) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and 9A. RGB value is (173,43,154). Sum of RGB (Red+Green+Blue) = 173+43+154=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B9A is #52D465. Grayscale: #5E5E5E. Windows color (decimal): -5428326 or 10103725. OLE color: 10103725.

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

Color convert

RGB17343154-
CMYK00.750.110.32
HSL308.77º60.19%42.35%-
HSV(B)308.77º75.14%67.84%-
XYZ23.9312.9531.81-
YUV94.52161.57183.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=46.76%
G=11.62%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734315400.750.110.32308.7760.1942.35
HexAD2B9A04BB201353c2a
Octal25553232011313404657452
Binary1010110110101110011010010010111011100000100110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B9A; }

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

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

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

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

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

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

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

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