Html Css Color HEX #AD3292 Medium Red Violet

📋 copy color: '#AD3292'

red 173 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #AD3292

Tints of Medium Red Violet #AD3292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

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

R = 46.88%
G = 13.55%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD3292 (or 0xAD3292) is known color: Medium Red Violet. HEX triplet: AD, 32 and 92. RGB value is (173,50,146). Sum of RGB (Red+Green+Blue) = 173+50+146=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3292 is #52CD6D. Grayscale: #616161. Windows color (decimal): -5426542 or 9581229. OLE color: 9581229.

HSL color Cylindrical-coordinate representation of color #AD3292: hue angle of 313.17º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3292 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 146 -
CMYK 0 0.71 0.16 0.32
HSL 313.17º 0.55% 0.44% -
HSV(B) 313.17º 0.71% 0.68% -
XYZ 23.56 13.24 28.51 -
YUV 97.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 173 50 146 0 0.71 0.16 0.32 313.17 0.55 0.44
Hex AD 32 92 0 47 10 20 139 37 2C
Octal 255 62 222 0 107 20 40 471 67 54
Binary 10101101 110010 10010010 0 1000111 10000 100000 100111001 110111 101100

Color Harmonies of #AD3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3292

Black with #AD3292

Text Example


Text Example

White with #AD3292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3292; }

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

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

background-color css

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

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

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

border-color css

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

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

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