Html Css Color HEX #AD2296 Medium Red Violet

📋 copy color: '#AD2296'

red 173 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #AD2296

Tints of Medium Red Violet #AD2296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 48.46%
G = 9.52%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD2296 (or 0xAD2296) is known color: Medium Red Violet. HEX triplet: AD, 22 and 96. RGB value is (173,34,150). Sum of RGB (Red+Green+Blue) = 173+34+150=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2296 is #52DD69. Grayscale: #585858. Windows color (decimal): -5430634 or 9839277. OLE color: 9839277.

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

Color convert

RGB 173 34 150 -
CMYK 0 0.80 0.13 0.32
HSL 309.93º 0.67% 0.41% -
HSV(B) 309.93º 0.8% 0.68% -
XYZ 23.31 12.23 29.99 -
YUV 88.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 173 34 150 0 0.80 0.13 0.32 309.93 0.67 0.41
Hex AD 22 96 0 50 D 20 136 43 29
Octal 255 42 226 0 120 15 40 466 103 51
Binary 10101101 100010 10010110 0 1010000 1101 100000 100110110 1000011 101001

Color Harmonies of #AD2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2296

Black with #AD2296

Text Example


Text Example

White with #AD2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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