Html Css Color HEX #AD2493 Medium Red Violet

📋 copy color: '#AD2493'

red 173 ◦ green 36 ◦ blue 147

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

Shades of Medium Red Violet #AD2493

Tints of Medium Red Violet #AD2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 48.6%
G = 10.11%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD2493 (or 0xAD2493) is known color: Medium Red Violet. HEX triplet: AD, 24 and 93. RGB value is (173,36,147). Sum of RGB (Red+Green+Blue) = 173+36+147=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2493 is #52DB6C. Grayscale: #595959. Windows color (decimal): -5430125 or 9643181. OLE color: 9643181.

HSL color Cylindrical-coordinate representation of color #AD2493: hue angle of 311.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2493 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 147 -
CMYK 0 0.79 0.15 0.32
HSL 311.39º 0.66% 0.41% -
HSV(B) 311.39º 0.79% 0.68% -
XYZ 23.13 12.25 28.75 -
YUV 89.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 173 36 147 0 0.79 0.15 0.32 311.39 0.66 0.41
Hex AD 24 93 0 4F F 20 137 42 29
Octal 255 44 223 0 117 17 40 467 102 51
Binary 10101101 100100 10010011 0 1001111 1111 100000 100110111 1000010 101001

Color Harmonies of #AD2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2493

Black with #AD2493

Text Example


Text Example

White with #AD2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2493; }

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

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

background-color css

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

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

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

border-color css

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

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

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