#ad2ba1

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

Shades of Medium Red Violet #AD2BA1

Tints of Medium Red Violet #AD2BA1

Color information

#AD2BA1 (or 0xAD2BA1) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and A1. RGB value is (173,43,161). Sum of RGB (Red+Green+Blue) = 173+43+161=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BA1 is #52D45E. Grayscale: #5E5E5E. Windows color (decimal): -5428319 or 10562477. OLE color: 10562477.

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

Color convert

RGB17343161-
CMYK00.750.070.32
HSL305.54º60.19%42.35%-
HSV(B)305.54º75.14%67.84%-
XYZ24.5313.1934.97-
YUV95.32165.07183.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 43 (17.19% from 255) = 11.41%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=45.89%
G=11.41%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734316100.750.070.32305.5460.1942.35
HexAD2BA104B7201323c2a
Octal2555324101137404627452
Binary101011011010111010000101001011111100000100110010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2ba1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2ba1; }

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

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

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

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

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

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

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

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