#AD1A93

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

Shades of Medium Violet Red #AD1A93

Tints of Medium Violet Red #AD1A93

Color information

#AD1A93 (or 0xAD1A93) is unknown color: approx Medium Violet Red. HEX triplet: AD, 1A and 93. RGB value is (173,26,147). Sum of RGB (Red+Green+Blue) = 173+26+147=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A93 is #52E56C. Grayscale: #535353. Windows color (decimal): -5432685 or 9640621. OLE color: 9640621.

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

Color convert

RGB17326147-
CMYK00.850.150.32
HSL310.61º73.87%39.02%-
HSV(B)310.61º84.97%67.84%-
XYZ22.8711.7328.66-
YUV83.75163.7191.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=50%
G=7.51%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732614700.850.150.32310.6173.8739.02
HexAD1A93055F201374a27
Octal255322230125174046711247
Binary1010110111010100100110101010111111000001001101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A93; }

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

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

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

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

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

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

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

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