Html Css Color HEX #AD0C89 Medium Violet Red

📋 copy color: '#AD0C89'

red 173 ◦ green 12 ◦ blue 137

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

Shades of Medium Violet Red #AD0C89

Tints of Medium Violet Red #AD0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 53.73%
G = 3.73%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0C89 (or 0xAD0C89) is known color: Medium Violet Red. HEX triplet: AD, 0C and 89. RGB value is (173,12,137). Sum of RGB (Red+Green+Blue) = 173+12+137=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C89 is #52F376. Grayscale: #4A4A4A. Windows color (decimal): -5436279 or 8981677. OLE color: 8981677.

HSL color Cylindrical-coordinate representation of color #AD0C89: hue angle of 313.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C89 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 137 -
CMYK 0 0.93 0.21 0.32
HSL 313.42º 0.87% 0.36% -
HSV(B) 313.42º 0.93% 0.68% -
XYZ 21.88 10.95 24.63 -
YUV 74.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 173 12 137 0 0.93 0.21 0.32 313.42 0.87 0.36
Hex AD C 89 0 5D 15 20 139 57 24
Octal 255 14 211 0 135 25 40 471 127 44
Binary 10101101 1100 10001001 0 1011101 10101 100000 100111001 1010111 100100

Color Harmonies of #AD0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C89

Black with #AD0C89

Text Example


Text Example

White with #AD0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C89; }

 p { color: rgb(173,12,137); }

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

background-color css

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

 a { background-color: rgb(173,12,137); }

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

border-color css

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

 span { border-color: rgb(173,12,137); }

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