Html Css Color HEX #AD0F8E Medium Violet Red

📋 copy color: '#AD0F8E'

red 173 ◦ green 15 ◦ blue 142

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

Shades of Medium Violet Red #AD0F8E

Tints of Medium Violet Red #AD0F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 52.42%
G = 4.55%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD0F8E (or 0xAD0F8E) is known color: Medium Violet Red. HEX triplet: AD, 0F and 8E. RGB value is (173,15,142). Sum of RGB (Red+Green+Blue) = 173+15+142=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F8E is #52F071. Grayscale: #4C4C4C. Windows color (decimal): -5435506 or 9310125. OLE color: 9310125.

HSL color Cylindrical-coordinate representation of color #AD0F8E: hue angle of 311.77º 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 #AD0F8E is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 142 -
CMYK 0 0.91 0.18 0.32
HSL 311.77º 0.84% 0.37% -
HSV(B) 311.77º 0.91% 0.68% -
XYZ 22.29 11.18 26.57 -
YUV 76.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 173 15 142 0 0.91 0.18 0.32 311.77 0.84 0.37
Hex AD F 8E 0 5B 12 20 138 54 25
Octal 255 17 216 0 133 22 40 470 124 45
Binary 10101101 1111 10001110 0 1011011 10010 100000 100111000 1010100 100101

Color Harmonies of #AD0F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F8E

Black with #AD0F8E

Text Example


Text Example

White with #AD0F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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