Html Css Color HEX #AD2770 Medium Red Violet

📋 copy color: '#AD2770'

red 173 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #AD2770

Tints of Medium Red Violet #AD2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 53.4%
G = 12.04%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD2770 (or 0xAD2770) is known color: Medium Red Violet. HEX triplet: AD, 27 and 70. RGB value is (173,39,112). Sum of RGB (Red+Green+Blue) = 173+39+112=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2770 is #52D88F. Grayscale: #575757. Windows color (decimal): -5429392 or 7350189. OLE color: 7350189.

HSL color Cylindrical-coordinate representation of color #AD2770: hue angle of 327.31º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2770 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 112 -
CMYK 0 0.77 0.35 0.32
HSL 327.31º 0.63% 0.42% -
HSV(B) 327.31º 0.77% 0.68% -
XYZ 20.88 11.51 16.45 -
YUV 87.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 173 39 112 0 0.77 0.35 0.32 327.31 0.63 0.42
Hex AD 27 70 0 4D 23 20 147 3F 2A
Octal 255 47 160 0 115 43 40 507 77 52
Binary 10101101 100111 1110000 0 1001101 100011 100000 101000111 111111 101010

Color Harmonies of #AD2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2770

Black with #AD2770

Text Example


Text Example

White with #AD2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2770; }

 p { color: rgb(173,39,112); }

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

background-color css

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

 a { background-color: rgb(173,39,112); }

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

border-color css

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

 span { border-color: rgb(173,39,112); }

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