#ad2ba0

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

Shades of Medium Red Violet #AD2BA0

Tints of Medium Red Violet #AD2BA0

Color information

#AD2BA0 (or 0xAD2BA0) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and A0. RGB value is (173,43,160). Sum of RGB (Red+Green+Blue) = 173+43+160=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BA0 is #52D45F. Grayscale: #5E5E5E. Windows color (decimal): -5428320 or 10496941. OLE color: 10496941.

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

Color convert

RGB17343160-
CMYK00.750.080.32
HSL306º60.19%42.35%-
HSV(B)306º75.14%67.84%-
XYZ24.4413.1534.51-
YUV95.21164.57183.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 43 (17.19% from 255) = 11.44%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=46.01%
G=11.44%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734316000.750.080.3230660.1942.35
HexAD2BA004B8201323c2a
Octal25553240011310404627452
Binary1010110110101110100000010010111000100000100110010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2ba0; }

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

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

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

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

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

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

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

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