Html Css Color HEX #AD407D Medium Red Violet

📋 copy color: '#AD407D'

red 173 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #AD407D

Tints of Medium Red Violet #AD407D

RGB

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

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

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

R = 47.79%
G = 17.68%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD407D (or 0xAD407D) is known color: Medium Red Violet. HEX triplet: AD, 40 and 7D. RGB value is (173,64,125). Sum of RGB (Red+Green+Blue) = 173+64+125=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD407D is #52BF82. Grayscale: #676767. Windows color (decimal): -5422979 or 8208557. OLE color: 8208557.

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

Color convert

RGB 173 64 125 -
CMYK 0 0.63 0.28 0.32
HSL 326.42º 0.46% 0.46% -
HSV(B) 326.42º 0.63% 0.68% -
XYZ 22.77 14.03 20.91 -
YUV 103.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 173 64 125 0 0.63 0.28 0.32 326.42 0.46 0.46
Hex AD 40 7D 0 3F 1C 20 146 2E 2E
Octal 255 100 175 0 77 34 40 506 56 56
Binary 10101101 1000000 1111101 0 111111 11100 100000 101000110 101110 101110

Color Harmonies of #AD407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD407D

Black with #AD407D

Text Example


Text Example

White with #AD407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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