Html Css Color HEX #AD2498 Medium Red Violet

📋 copy color: '#AD2498'

red 173 ◦ green 36 ◦ blue 152

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

Shades of Medium Red Violet #AD2498

Tints of Medium Red Violet #AD2498

RGB

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

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

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

R = 47.92%
G = 9.97%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD2498 (or 0xAD2498) is known color: Medium Red Violet. HEX triplet: AD, 24 and 98. RGB value is (173,36,152). Sum of RGB (Red+Green+Blue) = 173+36+152=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2498 is #52DB67. Grayscale: #595959. Windows color (decimal): -5430120 or 9970861. OLE color: 9970861.

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

Color convert

RGB 173 36 152 -
CMYK 0 0.79 0.12 0.32
HSL 309.2º 0.66% 0.41% -
HSV(B) 309.2º 0.79% 0.68% -
XYZ 23.53 12.41 30.86 -
YUV 90.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 173 36 152 0 0.79 0.12 0.32 309.2 0.66 0.41
Hex AD 24 98 0 4F C 20 135 42 29
Octal 255 44 230 0 117 14 40 465 102 51
Binary 10101101 100100 10011000 0 1001111 1100 100000 100110101 1000010 101001

Color Harmonies of #AD2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2498

Black with #AD2498

Text Example


Text Example

White with #AD2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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