Html Css Color HEX #AD2C9C Medium Red Violet

📋 copy color: '#AD2C9C'

red 173 ◦ green 44 ◦ blue 156

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

Shades of Medium Red Violet #AD2C9C

Tints of Medium Red Violet #AD2C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 46.38%
G = 11.8%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD2C9C (or 0xAD2C9C) is known color: Medium Red Violet. HEX triplet: AD, 2C and 9C. RGB value is (173,44,156). Sum of RGB (Red+Green+Blue) = 173+44+156=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C9C is #52D363. Grayscale: #5F5F5F. Windows color (decimal): -5428068 or 10235053. OLE color: 10235053.

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

Color convert

RGB 173 44 156 -
CMYK 0 0.75 0.10 0.32
HSL 307.91º 0.59% 0.43% -
HSV(B) 307.91º 0.75% 0.68% -
XYZ 24.14 13.09 32.71 -
YUV 95.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 173 44 156 0 0.75 0.10 0.32 307.91 0.59 0.43
Hex AD 2C 9C 0 4B A 20 134 3B 2B
Octal 255 54 234 0 113 12 40 464 73 53
Binary 10101101 101100 10011100 0 1001011 1010 100000 100110100 111011 101011

Color Harmonies of #AD2C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C9C

Black with #AD2C9C

Text Example


Text Example

White with #AD2C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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