Html Css Color HEX #AD1488 Medium Violet Red

📋 copy color: '#AD1488'

red 173 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #AD1488

Tints of Medium Violet Red #AD1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 52.58%
G = 6.08%
B = 41.34%

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

#AD1488 (or 0xAD1488) is known color: Medium Violet Red. HEX triplet: AD, 14 and 88. RGB value is (173,20,136). Sum of RGB (Red+Green+Blue) = 173+20+136=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1488 is #52EB77. Grayscale: #4E4E4E. Windows color (decimal): -5434232 or 8918189. OLE color: 8918189.

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

Color convert

RGB 173 20 136 -
CMYK 0 0.88 0.21 0.32
HSL 314.51º 0.79% 0.38% -
HSV(B) 314.51º 0.88% 0.68% -
XYZ 21.93 11.16 24.29 -
YUV 78.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 173 20 136 0 0.88 0.21 0.32 314.51 0.79 0.38
Hex AD 14 88 0 58 15 20 13B 4F 26
Octal 255 24 210 0 130 25 40 473 117 46
Binary 10101101 10100 10001000 0 1011000 10101 100000 100111011 1001111 100110

Color Harmonies of #AD1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1488

Black with #AD1488

Text Example


Text Example

White with #AD1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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