Html Css Color HEX #AD0887 Medium Violet Red

📋 copy color: '#AD0887'

red 173 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #AD0887

Tints of Medium Violet Red #AD0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 54.75%
G = 2.53%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD0887 (or 0xAD0887) is known color: Medium Violet Red. HEX triplet: AD, 08 and 87. RGB value is (173,8,135). Sum of RGB (Red+Green+Blue) = 173+8+135=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0887 is #52F778. Grayscale: #474747. Windows color (decimal): -5437305 or 8849581. OLE color: 8849581.

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

Color convert

RGB 173 8 135 -
CMYK 0 0.95 0.22 0.32
HSL 313.82º 0.91% 0.35% -
HSV(B) 313.82º 0.95% 0.68% -
XYZ 21.69 10.81 23.86 -
YUV 71.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 173 8 135 0 0.95 0.22 0.32 313.82 0.91 0.35
Hex AD 8 87 0 5F 16 20 13A 5B 23
Octal 255 10 207 0 137 26 40 472 133 43
Binary 10101101 1000 10000111 0 1011111 10110 100000 100111010 1011011 100011

Color Harmonies of #AD0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0887

Black with #AD0887

Text Example


Text Example

White with #AD0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0887; }

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

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

background-color css

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

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

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

border-color css

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

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

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