Html Css Color HEX #AD0588 Medium Violet Red

📋 copy color: '#AD0588'

red 173 ◦ green 5 ◦ blue 136

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

Shades of Medium Violet Red #AD0588

Tints of Medium Violet Red #AD0588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 55.1%
G = 1.59%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0588 (or 0xAD0588) is known color: Medium Violet Red. HEX triplet: AD, 05 and 88. RGB value is (173,5,136). Sum of RGB (Red+Green+Blue) = 173+5+136=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0588 is #52FA77. Grayscale: #454545. Windows color (decimal): -5438072 or 8914349. OLE color: 8914349.

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

Color convert

RGB 173 5 136 -
CMYK 0 0.97 0.21 0.32
HSL 313.21º 0.94% 0.35% -
HSV(B) 313.21º 0.97% 0.68% -
XYZ 21.73 10.77 24.23 -
YUV 70.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 173 5 136 0 0.97 0.21 0.32 313.21 0.94 0.35
Hex AD 5 88 0 61 15 20 139 5E 23
Octal 255 5 210 0 141 25 40 471 136 43
Binary 10101101 101 10001000 0 1100001 10101 100000 100111001 1011110 100011

Color Harmonies of #AD0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0588

Black with #AD0588

Text Example


Text Example

White with #AD0588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0588; }

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

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

background-color css

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

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

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

border-color css

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

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

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