Html Css Color HEX #AD299D Medium Red Violet

📋 copy color: '#AD299D'

red 173 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #AD299D

Tints of Medium Red Violet #AD299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 46.63%
G = 11.05%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD299D (or 0xAD299D) is known color: Medium Red Violet. HEX triplet: AD, 29 and 9D. RGB value is (173,41,157). Sum of RGB (Red+Green+Blue) = 173+41+157=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD299D is #52D662. Grayscale: #5D5D5D. Windows color (decimal): -5428835 or 10299821. OLE color: 10299821.

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

Color convert

RGB 173 41 157 -
CMYK 0 0.76 0.09 0.32
HSL 307.27º 0.62% 0.42% -
HSV(B) 307.27º 0.76% 0.68% -
XYZ 24.11 12.9 33.12 -
YUV 93.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 173 41 157 0 0.76 0.09 0.32 307.27 0.62 0.42
Hex AD 29 9D 0 4C 9 20 133 3E 2A
Octal 255 51 235 0 114 11 40 463 76 52
Binary 10101101 101001 10011101 0 1001100 1001 100000 100110011 111110 101010

Color Harmonies of #AD299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD299D

Black with #AD299D

Text Example


Text Example

White with #AD299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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