Html Css Color HEX #AD299F Medium Red Violet

📋 copy color: '#AD299F'

red 173 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #AD299F

Tints of Medium Red Violet #AD299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 46.38%
G = 10.99%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD299F (or 0xAD299F) is known color: Medium Red Violet. HEX triplet: AD, 29 and 9F. RGB value is (173,41,159). Sum of RGB (Red+Green+Blue) = 173+41+159=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD299F is #52D660. Grayscale: #5D5D5D. Windows color (decimal): -5428833 or 10430893. OLE color: 10430893.

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

Color convert

RGB 173 41 159 -
CMYK 0 0.76 0.08 0.32
HSL 306.36º 0.62% 0.42% -
HSV(B) 306.36º 0.76% 0.68% -
XYZ 24.28 12.97 34.03 -
YUV 93.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 173 41 159 0 0.76 0.08 0.32 306.36 0.62 0.42
Hex AD 29 9F 0 4C 8 20 132 3E 2A
Octal 255 51 237 0 114 10 40 462 76 52
Binary 10101101 101001 10011111 0 1001100 1000 100000 100110010 111110 101010

Color Harmonies of #AD299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD299F

Black with #AD299F

Text Example


Text Example

White with #AD299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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