#AD13A0

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

Shades of Medium Violet Red #AD13A0

Tints of Medium Violet Red #AD13A0

Color information

#AD13A0 (or 0xAD13A0) is unknown color: approx Medium Violet Red. HEX triplet: AD, 13 and A0. RGB value is (173,19,160). Sum of RGB (Red+Green+Blue) = 173+19+160=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD13A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD13A0 is #52EC5F. Grayscale: #505050. Windows color (decimal): -5434464 or 10490797. OLE color: 10490797.

HSL color Cylindrical-coordinate representation of color #AD13A0: hue angle of 305.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13A0 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17319160-
CMYK00.890.080.32
HSL305.06º80.21%37.65%-
HSV(B)305.06º89.02%67.84%-
XYZ23.8111.8934.3-
YUV81.12172.52193.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 19 (7.81% from 255) = 5.40%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=49.15%
G=5.40%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731916000.890.080.32305.0680.2137.65
HexAD13A00598201315026
Octal255232400131104046112046
Binary1010110110011101000000101100110001000001001100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD13A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD13A0; }

 p { color: rgb(173,19,160); }

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

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

 a { background-color: rgb(173,19,160); }

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

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

 span { border-color: rgb(173,19,160); }

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