Html Css Color HEX #AD2394 Medium Red Violet

📋 copy color: '#AD2394'

red 173 ◦ green 35 ◦ blue 148

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

Shades of Medium Red Violet #AD2394

Tints of Medium Red Violet #AD2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.83%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 48.6%
G = 9.83%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD2394 (or 0xAD2394) is known color: Medium Red Violet. HEX triplet: AD, 23 and 94. RGB value is (173,35,148). Sum of RGB (Red+Green+Blue) = 173+35+148=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2394 is #52DC6B. Grayscale: #585858. Windows color (decimal): -5430380 or 9708461. OLE color: 9708461.

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

Color convert

RGB 173 35 148 -
CMYK 0 0.80 0.14 0.32
HSL 310.87º 0.66% 0.41% -
HSV(B) 310.87º 0.8% 0.68% -
XYZ 23.18 12.22 29.15 -
YUV 89.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 173 35 148 0 0.80 0.14 0.32 310.87 0.66 0.41
Hex AD 23 94 0 50 E 20 137 42 29
Octal 255 43 224 0 120 16 40 467 102 51
Binary 10101101 100011 10010100 0 1010000 1110 100000 100110111 1000010 101001

Color Harmonies of #AD2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2394

Black with #AD2394

Text Example


Text Example

White with #AD2394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2394; }

 p { color: rgb(173,35,148); }

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

background-color css

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

 a { background-color: rgb(173,35,148); }

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

border-color css

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

 span { border-color: rgb(173,35,148); }

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