Html Css Color HEX #AD287D Medium Red Violet

📋 copy color: '#AD287D'

red 173 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #AD287D

Tints of Medium Red Violet #AD287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 51.18%
G = 11.83%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD287D (or 0xAD287D) is known color: Medium Red Violet. HEX triplet: AD, 28 and 7D. RGB value is (173,40,125). Sum of RGB (Red+Green+Blue) = 173+40+125=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD287D is #52D782. Grayscale: #595959. Windows color (decimal): -5429123 or 8202413. OLE color: 8202413.

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

Color convert

RGB 173 40 125 -
CMYK 0 0.77 0.28 0.32
HSL 321.65º 0.62% 0.42% -
HSV(B) 321.65º 0.77% 0.68% -
XYZ 21.69 11.88 20.55 -
YUV 89.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 173 40 125 0 0.77 0.28 0.32 321.65 0.62 0.42
Hex AD 28 7D 0 4D 1C 20 142 3E 2A
Octal 255 50 175 0 115 34 40 502 76 52
Binary 10101101 101000 1111101 0 1001101 11100 100000 101000010 111110 101010

Color Harmonies of #AD287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD287D

Black with #AD287D

Text Example


Text Example

White with #AD287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD287D; }

 p { color: rgb(173,40,125); }

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

background-color css

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

 a { background-color: rgb(173,40,125); }

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

border-color css

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

 span { border-color: rgb(173,40,125); }

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