Html Css Color HEX #AD2398 Medium Red Violet

📋 copy color: '#AD2398'

red 173 ◦ green 35 ◦ blue 152

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

Shades of Medium Red Violet #AD2398

Tints of Medium Red Violet #AD2398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 48.06%
G = 9.72%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD2398 (or 0xAD2398) is known color: Medium Red Violet. HEX triplet: AD, 23 and 98. RGB value is (173,35,152). Sum of RGB (Red+Green+Blue) = 173+35+152=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2398 is #52DC67. Grayscale: #595959. Windows color (decimal): -5430376 or 9970605. OLE color: 9970605.

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

Color convert

RGB 173 35 152 -
CMYK 0 0.80 0.12 0.32
HSL 309.13º 0.66% 0.41% -
HSV(B) 309.13º 0.8% 0.68% -
XYZ 23.5 12.35 30.85 -
YUV 89.6 163.22 187.49 -
System Red Green Blue C M Y K H S L
Decimal 173 35 152 0 0.80 0.12 0.32 309.13 0.66 0.41
Hex AD 23 98 0 50 C 20 135 42 29
Octal 255 43 230 0 120 14 40 465 102 51
Binary 10101101 100011 10011000 0 1010000 1100 100000 100110101 1000010 101001

Color Harmonies of #AD2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2398

Black with #AD2398

Text Example


Text Example

White with #AD2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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