Html Css Color HEX #AD299E Medium Red Violet

📋 copy color: '#AD299E'

red 173 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #AD299E

Tints of Medium Red Violet #AD299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 46.51%
G = 11.02%
B = 42.47%

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

#AD299E (or 0xAD299E) is known color: Medium Red Violet. HEX triplet: AD, 29 and 9E. RGB value is (173,41,158). Sum of RGB (Red+Green+Blue) = 173+41+158=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD299E is #52D661. Grayscale: #5D5D5D. Windows color (decimal): -5428834 or 10365357. OLE color: 10365357.

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

Color convert

RGB 173 41 158 -
CMYK 0 0.76 0.09 0.32
HSL 306.82º 0.62% 0.42% -
HSV(B) 306.82º 0.76% 0.68% -
XYZ 24.2 12.94 33.57 -
YUV 93.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 173 41 158 0 0.76 0.09 0.32 306.82 0.62 0.42
Hex AD 29 9E 0 4C 9 20 133 3E 2A
Octal 255 51 236 0 114 11 40 463 76 52
Binary 10101101 101001 10011110 0 1001100 1001 100000 100110011 111110 101010

Color Harmonies of #AD299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD299E

Black with #AD299E

Text Example


Text Example

White with #AD299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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