Html Css Color HEX #AD0F86 Medium Violet Red

📋 copy color: '#AD0F86'

red 173 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #AD0F86

Tints of Medium Violet Red #AD0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.66%

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 53.73%
G = 4.66%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD0F86 (or 0xAD0F86) is known color: Medium Violet Red. HEX triplet: AD, 0F and 86. RGB value is (173,15,134). Sum of RGB (Red+Green+Blue) = 173+15+134=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F86 is #52F079. Grayscale: #4B4B4B. Windows color (decimal): -5435514 or 8785837. OLE color: 8785837.

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

Color convert

RGB 173 15 134 -
CMYK 0 0.91 0.23 0.32
HSL 314.81º 0.84% 0.37% -
HSV(B) 314.81º 0.91% 0.68% -
XYZ 21.71 10.95 23.52 -
YUV 75.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 173 15 134 0 0.91 0.23 0.32 314.81 0.84 0.37
Hex AD F 86 0 5B 17 20 13B 54 25
Octal 255 17 206 0 133 27 40 473 124 45
Binary 10101101 1111 10000110 0 1011011 10111 100000 100111011 1010100 100101

Color Harmonies of #AD0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F86

Black with #AD0F86

Text Example


Text Example

White with #AD0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F86; }

 p { color: rgb(173,15,134); }

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

background-color css

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

 a { background-color: rgb(173,15,134); }

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

border-color css

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

 span { border-color: rgb(173,15,134); }

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