#AD0C97

Color #AD0C97 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD0C97

Tints of Medium Violet Red #AD0C97

Color information

#AD0C97 (or 0xAD0C97) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0C and 97. RGB value is (173,12,151). Sum of RGB (Red+Green+Blue) = 173+12+151=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C97 is #52F368. Grayscale: #4B4B4B. Windows color (decimal): -5436265 or 9899181. OLE color: 9899181.

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

Color convert

RGB17312151-
CMYK00.930.130.32
HSL308.2º87.03%36.27%-
HSV(B)308.2º93.06%67.84%-
XYZ22.9511.3830.27-
YUV75.98170.34197.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 151 (59.38% from 255) = 44.94%
R=51.49%
G=3.57%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731215100.930.130.32308.287.0336.27
HexADC9705DD201345724
Octal255142270135154046412744
Binary101011011100100101110101110111011000001001101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C97; }

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

 H1.HeaderClassName
 {
   color: #AD0C97;
 }
 .AnyTagClassName
 {
   color: #AD0C97;
 }
</style>
background-color css

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

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

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

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

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

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