Html Css Color HEX #AD278D Medium Red Violet

📋 copy color: '#AD278D'

red 173 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #AD278D

Tints of Medium Red Violet #AD278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 49.01%
G = 11.05%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD278D (or 0xAD278D) is known color: Medium Red Violet. HEX triplet: AD, 27 and 8D. RGB value is (173,39,141). Sum of RGB (Red+Green+Blue) = 173+39+141=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD278D is #52D872. Grayscale: #5A5A5A. Windows color (decimal): -5429363 or 9250733. OLE color: 9250733.

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

Color convert

RGB 173 39 141 -
CMYK 0 0.77 0.18 0.32
HSL 314.33º 0.63% 0.42% -
HSV(B) 314.33º 0.77% 0.68% -
XYZ 22.77 12.26 26.37 -
YUV 90.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 173 39 141 0 0.77 0.18 0.32 314.33 0.63 0.42
Hex AD 27 8D 0 4D 12 20 13A 3F 2A
Octal 255 47 215 0 115 22 40 472 77 52
Binary 10101101 100111 10001101 0 1001101 10010 100000 100111010 111111 101010

Color Harmonies of #AD278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD278D

Black with #AD278D

Text Example


Text Example

White with #AD278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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