Html Css Color HEX #AD417D Medium Red Violet

📋 copy color: '#AD417D'

red 173 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #AD417D

Tints of Medium Red Violet #AD417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 47.66%
G = 17.91%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD417D (or 0xAD417D) is known color: Medium Red Violet. HEX triplet: AD, 41 and 7D. RGB value is (173,65,125). Sum of RGB (Red+Green+Blue) = 173+65+125=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD417D is #52BE82. Grayscale: #686868. Windows color (decimal): -5422723 or 8208813. OLE color: 8208813.

HSL color Cylindrical-coordinate representation of color #AD417D: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD417D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 125 -
CMYK 0 0.62 0.28 0.32
HSL 326.67º 0.45% 0.47% -
HSV(B) 326.67º 0.62% 0.68% -
XYZ 22.83 14.15 20.93 -
YUV 104.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 173 65 125 0 0.62 0.28 0.32 326.67 0.45 0.47
Hex AD 41 7D 0 3E 1C 20 147 2D 2F
Octal 255 101 175 0 76 34 40 507 55 57
Binary 10101101 1000001 1111101 0 111110 11100 100000 101000111 101101 101111

Color Harmonies of #AD417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD417D

Black with #AD417D

Text Example


Text Example

White with #AD417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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