Html Css Color HEX #AD2C9D Medium Red Violet

📋 copy color: '#AD2C9D'

red 173 ◦ green 44 ◦ blue 157

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

Shades of Medium Red Violet #AD2C9D

Tints of Medium Red Violet #AD2C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.76%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 46.26%
G = 11.76%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD2C9D (or 0xAD2C9D) is known color: Medium Red Violet. HEX triplet: AD, 2C and 9D. RGB value is (173,44,157). Sum of RGB (Red+Green+Blue) = 173+44+157=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C9D is #52D362. Grayscale: #5F5F5F. Windows color (decimal): -5428067 or 10300589. OLE color: 10300589.

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

Color convert

RGB 173 44 157 -
CMYK 0 0.75 0.09 0.32
HSL 307.44º 0.59% 0.43% -
HSV(B) 307.44º 0.75% 0.68% -
XYZ 24.22 13.12 33.15 -
YUV 95.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 173 44 157 0 0.75 0.09 0.32 307.44 0.59 0.43
Hex AD 2C 9D 0 4B 9 20 133 3B 2B
Octal 255 54 235 0 113 11 40 463 73 53
Binary 10101101 101100 10011101 0 1001011 1001 100000 100110011 111011 101011

Color Harmonies of #AD2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C9D

Black with #AD2C9D

Text Example


Text Example

White with #AD2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C9D; }

 p { color: rgb(173,44,157); }

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

background-color css

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

 a { background-color: rgb(173,44,157); }

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

border-color css

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

 span { border-color: rgb(173,44,157); }

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