Html Css Color HEX #AD0287 Medium Violet Red

📋 copy color: '#AD0287'

red 173 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #AD0287

Tints of Medium Violet Red #AD0287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 55.81%
G = 0.65%
B = 43.55%

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

#AD0287 (or 0xAD0287) is known color: Medium Violet Red. HEX triplet: AD, 02 and 87. RGB value is (173,2,135). Sum of RGB (Red+Green+Blue) = 173+2+135=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0287 is #52FD78. Grayscale: #434343. Windows color (decimal): -5438841 or 8848045. OLE color: 8848045.

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

Color convert

RGB 173 2 135 -
CMYK 0 0.99 0.22 0.32
HSL 313.33º 0.98% 0.34% -
HSV(B) 313.33º 0.99% 0.68% -
XYZ 21.63 10.68 23.84 -
YUV 68.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 173 2 135 0 0.99 0.22 0.32 313.33 0.98 0.34
Hex AD 2 87 0 63 16 20 139 62 22
Octal 255 2 207 0 143 26 40 471 142 42
Binary 10101101 10 10000111 0 1100011 10110 100000 100111001 1100010 100010

Color Harmonies of #AD0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0287

Black with #AD0287

Text Example


Text Example

White with #AD0287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0287; }

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

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

background-color css

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

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

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

border-color css

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

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

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