Html Css Color HEX #AD0087 Medium Violet Red

📋 copy color: '#AD0087'

red 173 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #AD0087

Tints of Medium Violet Red #AD0087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.17%
G = 0%
B = 43.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD0087 (or 0xAD0087) is known color: Medium Violet Red. HEX triplet: AD, 00 and 87. RGB value is (173,0,135). Sum of RGB (Red+Green+Blue) = 173+0+135=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0087 is #52FF78. Grayscale: #424242. Windows color (decimal): -5439353 or 8847533. OLE color: 8847533.

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

Color convert

RGB 173 0 135 -
CMYK 0 1 0.22 0.32
HSL 313.18º 1% 0.34% -
HSV(B) 313.18º 1% 0.68% -
XYZ 21.61 10.63 23.84 -
YUV 67.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 173 0 135 0 1 0.22 0.32 313.18 1 0.34
Hex AD 0 87 0 64 16 20 139 64 22
Octal 255 0 207 0 144 26 40 471 144 42
Binary 10101101 0 10000111 0 1100100 10110 100000 100111001 1100100 100010

Color Harmonies of #AD0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0087

Black with #AD0087

Text Example


Text Example

White with #AD0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0087; }

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

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

background-color css

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

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

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

border-color css

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

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

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