Html Css Color HEX #AD3293 Medium Red Violet

📋 copy color: '#AD3293'

red 173 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #AD3293

Tints of Medium Red Violet #AD3293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 46.76%
G = 13.51%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD3293 (or 0xAD3293) is known color: Medium Red Violet. HEX triplet: AD, 32 and 93. RGB value is (173,50,147). Sum of RGB (Red+Green+Blue) = 173+50+147=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3293 is #52CD6C. Grayscale: #616161. Windows color (decimal): -5426541 or 9646765. OLE color: 9646765.

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

Color convert

RGB 173 50 147 -
CMYK 0 0.71 0.15 0.32
HSL 312.68º 0.55% 0.44% -
HSV(B) 312.68º 0.71% 0.68% -
XYZ 23.64 13.27 28.92 -
YUV 97.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 173 50 147 0 0.71 0.15 0.32 312.68 0.55 0.44
Hex AD 32 93 0 47 F 20 139 37 2C
Octal 255 62 223 0 107 17 40 471 67 54
Binary 10101101 110010 10010011 0 1000111 1111 100000 100111001 110111 101100

Color Harmonies of #AD3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3293

Black with #AD3293

Text Example


Text Example

White with #AD3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3293; }

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

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

background-color css

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

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

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

border-color css

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

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

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