Html Css Color HEX #AD2BA9 Medium Red Violet

📋 copy color: '#AD2BA9'

red 173 ◦ green 43 ◦ blue 169

#AD2BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AD2BA9

Tints of Medium Red Violet #AD2BA9

RGB

 RED value IS 173 (67.97% from 255) = 44.94%

 GREEN value IS 43 (17.19% from 255) = 11.17%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 44.94%
G = 11.17%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD2BA9 (or 0xAD2BA9) is known color: Medium Red Violet. HEX triplet: AD, 2B and A9. RGB value is (173,43,169). Sum of RGB (Red+Green+Blue) = 173+43+169=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2BA9 is #52D456. Grayscale: #5F5F5F. Windows color (decimal): -5428311 or 11086765. OLE color: 11086765.

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

Color convert

RGB 173 43 169 -
CMYK 0 0.75 0.02 0.32
HSL 301.85º 0.6% 0.42% -
HSV(B) 301.85º 0.75% 0.68% -
XYZ 25.26 13.48 38.81 -
YUV 96.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 173 43 169 0 0.75 0.02 0.32 301.85 0.6 0.42
Hex AD 2B A9 0 4B 2 20 12E 3C 2A
Octal 255 53 251 0 113 2 40 456 74 52
Binary 10101101 101011 10101001 0 1001011 10 100000 100101110 111100 101010

Color Harmonies of #AD2BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BA9

Black with #AD2BA9

Text Example


Text Example

White with #AD2BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BA9; }

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

 H1.HeaderClassName
 {
   color: #AD2BA9;
 }
 .AnyTagClassName
 {
   color: #AD2BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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