Html Css Color HEX #AD0187 Medium Violet Red

📋 copy color: '#AD0187'

red 173 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #AD0187

Tints of Medium Violet Red #AD0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 55.99%
G = 0.32%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD0187 (or 0xAD0187) is known color: Medium Violet Red. HEX triplet: AD, 01 and 87. RGB value is (173,1,135). Sum of RGB (Red+Green+Blue) = 173+1+135=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0187 is #52FE78. Grayscale: #434343. Windows color (decimal): -5439097 or 8847789. OLE color: 8847789.

HSL color Cylindrical-coordinate representation of color #AD0187: hue angle of 313.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0187 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 135 -
CMYK 0 0.99 0.22 0.32
HSL 313.26º 0.99% 0.34% -
HSV(B) 313.26º 0.99% 0.68% -
XYZ 21.62 10.66 23.84 -
YUV 67.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 173 1 135 0 0.99 0.22 0.32 313.26 0.99 0.34
Hex AD 1 87 0 63 16 20 139 63 22
Octal 255 1 207 0 143 26 40 471 143 42
Binary 10101101 1 10000111 0 1100011 10110 100000 100111001 1100011 100010

Color Harmonies of #AD0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0187

Black with #AD0187

Text Example


Text Example

White with #AD0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0187; }

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

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

background-color css

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

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

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

border-color css

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

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

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