Html Css Color HEX #AD1988 Medium Violet Red

📋 copy color: '#AD1988'

red 173 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #AD1988

Tints of Medium Violet Red #AD1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 51.8%
G = 7.49%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1988 (or 0xAD1988) is known color: Medium Violet Red. HEX triplet: AD, 19 and 88. RGB value is (173,25,136). Sum of RGB (Red+Green+Blue) = 173+25+136=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1988 is #52E677. Grayscale: #515151. Windows color (decimal): -5432952 or 8919469. OLE color: 8919469.

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

Color convert

RGB 173 25 136 -
CMYK 0 0.86 0.21 0.32
HSL 315º 0.75% 0.39% -
HSV(B) 315º 0.86% 0.68% -
XYZ 22.03 11.36 24.32 -
YUV 81.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 173 25 136 0 0.86 0.21 0.32 315 0.75 0.39
Hex AD 19 88 0 56 15 20 13B 4B 27
Octal 255 31 210 0 126 25 40 473 113 47
Binary 10101101 11001 10001000 0 1010110 10101 100000 100111011 1001011 100111

Color Harmonies of #AD1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1988

Black with #AD1988

Text Example


Text Example

White with #AD1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1988; }

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

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

background-color css

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

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

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

border-color css

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

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

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