#AD1A8D

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

Shades of Medium Violet Red #AD1A8D

Tints of Medium Violet Red #AD1A8D

Color information

#AD1A8D (or 0xAD1A8D) is unknown color: approx Medium Violet Red. HEX triplet: AD, 1A and 8D. RGB value is (173,26,141). Sum of RGB (Red+Green+Blue) = 173+26+141=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A8D is #52E572. Grayscale: #525252. Windows color (decimal): -5432691 or 9247405. OLE color: 9247405.

HSL color Cylindrical-coordinate representation of color #AD1A8D: hue angle of 313.06º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A8D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17326141-
CMYK00.850.180.32
HSL313.06º73.87%39.02%-
HSV(B)313.06º84.97%67.84%-
XYZ22.4111.5526.25-
YUV83.06160.7192.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=50.88%
G=7.65%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732614100.850.180.32313.0673.8739.02
HexAD1A8D05512201394a27
Octal255322150125224047111247
Binary10101101110101000110101010101100101000001001110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A8D; }

 p { color: rgb(173,26,141); }

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

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

 a { background-color: rgb(173,26,141); }

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

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

 span { border-color: rgb(173,26,141); }

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