#A91D9B

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

Shades of Medium Red Violet #A91D9B

Tints of Medium Red Violet #A91D9B

Color information

#A91D9B (or 0xA91D9B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 1D and 9B. RGB value is (169,29,155). Sum of RGB (Red+Green+Blue) = 169+29+155=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91D9B is #56E264. Grayscale: #545454. Windows color (decimal): -5694053 or 10165673. OLE color: 10165673.

HSL color Cylindrical-coordinate representation of color #A91D9B: hue angle of 306º 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 #A91D9B is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16929155-
CMYK00.830.080.34
HSL306º70.71%38.82%-
HSV(B)306º82.84%66.27%-
XYZ22.7211.6832.07-
YUV85.22167.38187.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 29 (11.72% from 255) = 8.22%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=47.88%
G=8.22%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692915500.830.080.3430670.7138.82
HexA91D9B0538221324727
Octal251352330123104246210747
Binary1010100111101100110110101001110001000101001100101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91D9B; }

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

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

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

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

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

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

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

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