Html Css Color HEX #AD247E Medium Red Violet

📋 copy color: '#AD247E'

red 173 ◦ green 36 ◦ blue 126

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

Shades of Medium Red Violet #AD247E

Tints of Medium Red Violet #AD247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 51.64%
G = 10.75%
B = 37.61%

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

#AD247E (or 0xAD247E) is known color: Medium Red Violet. HEX triplet: AD, 24 and 7E. RGB value is (173,36,126). Sum of RGB (Red+Green+Blue) = 173+36+126=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD247E is #52DB81. Grayscale: #575757. Windows color (decimal): -5430146 or 8266925. OLE color: 8266925.

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

Color convert

RGB 173 36 126 -
CMYK 0 0.79 0.27 0.32
HSL 320.58º 0.66% 0.41% -
HSV(B) 320.58º 0.79% 0.68% -
XYZ 21.63 11.65 20.85 -
YUV 87.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 173 36 126 0 0.79 0.27 0.32 320.58 0.66 0.41
Hex AD 24 7E 0 4F 1B 20 141 42 29
Octal 255 44 176 0 117 33 40 501 102 51
Binary 10101101 100100 1111110 0 1001111 11011 100000 101000001 1000010 101001

Color Harmonies of #AD247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD247E

Black with #AD247E

Text Example


Text Example

White with #AD247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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