Html Css Color HEX #AD2D7C Medium Red Violet

📋 copy color: '#AD2D7C'

red 173 ◦ green 45 ◦ blue 124

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

Shades of Medium Red Violet #AD2D7C

Tints of Medium Red Violet #AD2D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.16%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 50.58%
G = 13.16%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD2D7C (or 0xAD2D7C) is known color: Medium Red Violet. HEX triplet: AD, 2D and 7C. RGB value is (173,45,124). Sum of RGB (Red+Green+Blue) = 173+45+124=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2D7C is #52D283. Grayscale: #5C5C5C. Windows color (decimal): -5427844 or 8138157. OLE color: 8138157.

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

Color convert

RGB 173 45 124 -
CMYK 0 0.74 0.28 0.32
HSL 322.97º 0.59% 0.43% -
HSV(B) 322.97º 0.74% 0.68% -
XYZ 21.81 12.22 20.28 -
YUV 92.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 173 45 124 0 0.74 0.28 0.32 322.97 0.59 0.43
Hex AD 2D 7C 0 4A 1C 20 143 3B 2B
Octal 255 55 174 0 112 34 40 503 73 53
Binary 10101101 101101 1111100 0 1001010 11100 100000 101000011 111011 101011

Color Harmonies of #AD2D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D7C

Black with #AD2D7C

Text Example


Text Example

White with #AD2D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D7C; }

 p { color: rgb(173,45,124); }

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

background-color css

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

 a { background-color: rgb(173,45,124); }

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

border-color css

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

 span { border-color: rgb(173,45,124); }

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