Html Css Color HEX #AD1588 Medium Violet Red

📋 copy color: '#AD1588'

red 173 ◦ green 21 ◦ blue 136

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

Shades of Medium Violet Red #AD1588

Tints of Medium Violet Red #AD1588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 52.42%
G = 6.36%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1588 (or 0xAD1588) is known color: Medium Violet Red. HEX triplet: AD, 15 and 88. RGB value is (173,21,136). Sum of RGB (Red+Green+Blue) = 173+21+136=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1588 is #52EA77. Grayscale: #4F4F4F. Windows color (decimal): -5433976 or 8918445. OLE color: 8918445.

HSL color Cylindrical-coordinate representation of color #AD1588: hue angle of 314.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1588 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 136 -
CMYK 0 0.88 0.21 0.32
HSL 314.61º 0.78% 0.38% -
HSV(B) 314.61º 0.88% 0.68% -
XYZ 21.95 11.2 24.3 -
YUV 79.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 173 21 136 0 0.88 0.21 0.32 314.61 0.78 0.38
Hex AD 15 88 0 58 15 20 13B 4E 26
Octal 255 25 210 0 130 25 40 473 116 46
Binary 10101101 10101 10001000 0 1011000 10101 100000 100111011 1001110 100110

Color Harmonies of #AD1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1588

Black with #AD1588

Text Example


Text Example

White with #AD1588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1588; }

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

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

background-color css

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

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

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

border-color css

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

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

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