Html Css Color HEX #AD286F Medium Red Violet

📋 copy color: '#AD286F'

red 173 ◦ green 40 ◦ blue 111

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

Shades of Medium Red Violet #AD286F

Tints of Medium Red Violet #AD286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 53.4%
G = 12.35%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD286F (or 0xAD286F) is known color: Medium Red Violet. HEX triplet: AD, 28 and 6F. RGB value is (173,40,111). Sum of RGB (Red+Green+Blue) = 173+40+111=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD286F is #52D790. Grayscale: #575757. Windows color (decimal): -5429137 or 7284909. OLE color: 7284909.

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

Color convert

RGB 173 40 111 -
CMYK 0 0.77 0.36 0.32
HSL 327.97º 0.62% 0.42% -
HSV(B) 327.97º 0.77% 0.68% -
XYZ 20.86 11.55 16.17 -
YUV 87.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 173 40 111 0 0.77 0.36 0.32 327.97 0.62 0.42
Hex AD 28 6F 0 4D 24 20 148 3E 2A
Octal 255 50 157 0 115 44 40 510 76 52
Binary 10101101 101000 1101111 0 1001101 100100 100000 101001000 111110 101010

Color Harmonies of #AD286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD286F

Black with #AD286F

Text Example


Text Example

White with #AD286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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