Html Css Color HEX #AD2B72 Medium Red Violet

📋 copy color: '#AD2B72'

red 173 ◦ green 43 ◦ blue 114

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

Shades of Medium Red Violet #AD2B72

Tints of Medium Red Violet #AD2B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 52.42%
G = 13.03%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD2B72 (or 0xAD2B72) is known color: Medium Red Violet. HEX triplet: AD, 2B and 72. RGB value is (173,43,114). Sum of RGB (Red+Green+Blue) = 173+43+114=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B72 is #52D48D. Grayscale: #595959. Windows color (decimal): -5428366 or 7482285. OLE color: 7482285.

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

Color convert

RGB 173 43 114 -
CMYK 0 0.75 0.34 0.32
HSL 327.23º 0.6% 0.42% -
HSV(B) 327.23º 0.75% 0.68% -
XYZ 21.13 11.83 17.09 -
YUV 89.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 173 43 114 0 0.75 0.34 0.32 327.23 0.6 0.42
Hex AD 2B 72 0 4B 22 20 147 3C 2A
Octal 255 53 162 0 113 42 40 507 74 52
Binary 10101101 101011 1110010 0 1001011 100010 100000 101000111 111100 101010

Color Harmonies of #AD2B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B72

Black with #AD2B72

Text Example


Text Example

White with #AD2B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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