Html Css Color HEX #AD2488 Medium Red Violet

📋 copy color: '#AD2488'

red 173 ◦ green 36 ◦ blue 136

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

Shades of Medium Red Violet #AD2488

Tints of Medium Red Violet #AD2488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 50.14%
G = 10.43%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD2488 (or 0xAD2488) is known color: Medium Red Violet. HEX triplet: AD, 24 and 88. RGB value is (173,36,136). Sum of RGB (Red+Green+Blue) = 173+36+136=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2488 is #52DB77. Grayscale: #585858. Windows color (decimal): -5430136 or 8922285. OLE color: 8922285.

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

Color convert

RGB 173 36 136 -
CMYK 0 0.79 0.21 0.32
HSL 316.2º 0.66% 0.41% -
HSV(B) 316.2º 0.79% 0.68% -
XYZ 22.31 11.92 24.42 -
YUV 88.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 173 36 136 0 0.79 0.21 0.32 316.2 0.66 0.41
Hex AD 24 88 0 4F 15 20 13C 42 29
Octal 255 44 210 0 117 25 40 474 102 51
Binary 10101101 100100 10001000 0 1001111 10101 100000 100111100 1000010 101001

Color Harmonies of #AD2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2488

Black with #AD2488

Text Example


Text Example

White with #AD2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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