Html Css Color HEX #AD0488 Medium Violet Red

📋 copy color: '#AD0488'

red 173 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #AD0488

Tints of Medium Violet Red #AD0488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 55.27%
G = 1.28%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0488 (or 0xAD0488) is known color: Medium Violet Red. HEX triplet: AD, 04 and 88. RGB value is (173,4,136). Sum of RGB (Red+Green+Blue) = 173+4+136=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0488 is #52FB77. Grayscale: #454545. Windows color (decimal): -5438328 or 8914093. OLE color: 8914093.

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

Color convert

RGB 173 4 136 -
CMYK 0 0.98 0.21 0.32
HSL 313.14º 0.95% 0.35% -
HSV(B) 313.14º 0.98% 0.68% -
XYZ 21.72 10.75 24.22 -
YUV 69.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 173 4 136 0 0.98 0.21 0.32 313.14 0.95 0.35
Hex AD 4 88 0 62 15 20 139 5F 23
Octal 255 4 210 0 142 25 40 471 137 43
Binary 10101101 100 10001000 0 1100010 10101 100000 100111001 1011111 100011

Color Harmonies of #AD0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0488

Black with #AD0488

Text Example


Text Example

White with #AD0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0488; }

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

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

background-color css

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

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

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

border-color css

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

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

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