Html Css Color HEX #AD2292 Medium Red Violet

📋 copy color: '#AD2292'

red 173 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #AD2292

Tints of Medium Red Violet #AD2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 49.01%
G = 9.63%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD2292 (or 0xAD2292) is known color: Medium Red Violet. HEX triplet: AD, 22 and 92. RGB value is (173,34,146). Sum of RGB (Red+Green+Blue) = 173+34+146=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2292 is #52DD6D. Grayscale: #585858. Windows color (decimal): -5430638 or 9577133. OLE color: 9577133.

HSL color Cylindrical-coordinate representation of color #AD2292: hue angle of 311.65º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2292 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 146 -
CMYK 0 0.80 0.16 0.32
HSL 311.65º 0.67% 0.41% -
HSV(B) 311.65º 0.8% 0.68% -
XYZ 22.99 12.1 28.32 -
YUV 88.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 173 34 146 0 0.80 0.16 0.32 311.65 0.67 0.41
Hex AD 22 92 0 50 10 20 138 43 29
Octal 255 42 222 0 120 20 40 470 103 51
Binary 10101101 100010 10010010 0 1010000 10000 100000 100111000 1000011 101001

Color Harmonies of #AD2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2292

Black with #AD2292

Text Example


Text Example

White with #AD2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2292; }

 p { color: rgb(173,34,146); }

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

background-color css

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

 a { background-color: rgb(173,34,146); }

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

border-color css

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

 span { border-color: rgb(173,34,146); }

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