Html Css Color HEX #AD0487 Medium Violet Red

📋 copy color: '#AD0487'

red 173 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #AD0487

Tints of Medium Violet Red #AD0487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 55.45%
G = 1.28%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD0487 (or 0xAD0487) is known color: Medium Violet Red. HEX triplet: AD, 04 and 87. RGB value is (173,4,135). Sum of RGB (Red+Green+Blue) = 173+4+135=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0487 is #52FB78. Grayscale: #454545. Windows color (decimal): -5438329 or 8848557. OLE color: 8848557.

HSL color Cylindrical-coordinate representation of color #AD0487: hue angle of 313.49º 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 #AD0487 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 135 -
CMYK 0 0.98 0.22 0.32
HSL 313.49º 0.95% 0.35% -
HSV(B) 313.49º 0.98% 0.68% -
XYZ 21.65 10.72 23.85 -
YUV 69.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 173 4 135 0 0.98 0.22 0.32 313.49 0.95 0.35
Hex AD 4 87 0 62 16 20 139 5F 23
Octal 255 4 207 0 142 26 40 471 137 43
Binary 10101101 100 10000111 0 1100010 10110 100000 100111001 1011111 100011

Color Harmonies of #AD0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0487

Black with #AD0487

Text Example


Text Example

White with #AD0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0487; }

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

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

background-color css

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

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

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

border-color css

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

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

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