Html Css Color HEX #AD407E Medium Red Violet

📋 copy color: '#AD407E'

red 173 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #AD407E

Tints of Medium Red Violet #AD407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

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

R = 47.66%
G = 17.63%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD407E (or 0xAD407E) is known color: Medium Red Violet. HEX triplet: AD, 40 and 7E. RGB value is (173,64,126). Sum of RGB (Red+Green+Blue) = 173+64+126=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD407E is #52BF81. Grayscale: #676767. Windows color (decimal): -5422978 or 8274093. OLE color: 8274093.

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

Color convert

RGB 173 64 126 -
CMYK 0 0.63 0.27 0.32
HSL 325.87º 0.46% 0.46% -
HSV(B) 325.87º 0.63% 0.68% -
XYZ 22.83 14.06 21.25 -
YUV 103.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 173 64 126 0 0.63 0.27 0.32 325.87 0.46 0.46
Hex AD 40 7E 0 3F 1B 20 146 2E 2E
Octal 255 100 176 0 77 33 40 506 56 56
Binary 10101101 1000000 1111110 0 111111 11011 100000 101000110 101110 101110

Color Harmonies of #AD407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD407E

Black with #AD407E

Text Example


Text Example

White with #AD407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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