Html Css Color HEX #AD247F Medium Red Violet

📋 copy color: '#AD247F'

red 173 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #AD247F

Tints of Medium Red Violet #AD247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 51.49%
G = 10.71%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD247F (or 0xAD247F) is known color: Medium Red Violet. HEX triplet: AD, 24 and 7F. RGB value is (173,36,127). Sum of RGB (Red+Green+Blue) = 173+36+127=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD247F is #52DB80. Grayscale: #575757. Windows color (decimal): -5430145 or 8332461. OLE color: 8332461.

HSL color Cylindrical-coordinate representation of color #AD247F: hue angle of 320.15º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD247F is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 127 -
CMYK 0 0.79 0.27 0.32
HSL 320.15º 0.66% 0.41% -
HSV(B) 320.15º 0.79% 0.68% -
XYZ 21.7 11.68 21.19 -
YUV 87.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 173 36 127 0 0.79 0.27 0.32 320.15 0.66 0.41
Hex AD 24 7F 0 4F 1B 20 140 42 29
Octal 255 44 177 0 117 33 40 500 102 51
Binary 10101101 100100 1111111 0 1001111 11011 100000 101000000 1000010 101001

Color Harmonies of #AD247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD247F

Black with #AD247F

Text Example


Text Example

White with #AD247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD247F; }

 p { color: rgb(173,36,127); }

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

background-color css

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

 a { background-color: rgb(173,36,127); }

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

border-color css

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

 span { border-color: rgb(173,36,127); }

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