#A91D93

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

Shades of Medium Red Violet #A91D93

Tints of Medium Red Violet #A91D93

Color information

#A91D93 (or 0xA91D93) is unknown color: approx Medium Red Violet. HEX triplet: A9, 1D and 93. RGB value is (169,29,147). Sum of RGB (Red+Green+Blue) = 169+29+147=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91D93 is #56E26C. Grayscale: #535353. Windows color (decimal): -5694061 or 9641385. OLE color: 9641385.

HSL color Cylindrical-coordinate representation of color #A91D93: hue angle of 309.43º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91D93 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB16929147-
CMYK00.830.130.34
HSL309.43º70.71%38.82%-
HSV(B)309.43º82.84%66.27%-
XYZ22.0711.4228.64-
YUV84.31163.38188.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 29 (11.72% from 255) = 8.41%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=48.99%
G=8.41%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692914700.830.130.34309.4370.7138.82
HexA91D93053D221354727
Octal251352230123154246510747
Binary1010100111101100100110101001111011000101001101011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91D93; }

 p { color: rgb(169,29,147); }

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

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

 a { background-color: rgb(169,29,147); }

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

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

 span { border-color: rgb(169,29,147); }

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