#A91B95

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

Shades of Medium Violet Red #A91B95

Tints of Medium Violet Red #A91B95

Color information

#A91B95 (or 0xA91B95) is unknown color: approx Medium Violet Red. HEX triplet: A9, 1B and 95. RGB value is (169,27,149). Sum of RGB (Red+Green+Blue) = 169+27+149=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B95 is #56E46A. Grayscale: #535353. Windows color (decimal): -5694571 or 9771945. OLE color: 9771945.

HSL color Cylindrical-coordinate representation of color #A91B95: hue angle of 308.45º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B95 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB16927149-
CMYK00.840.120.34
HSL308.45º72.45%38.43%-
HSV(B)308.45º84.02%66.27%-
XYZ22.1811.3929.46-
YUV83.37165.04189.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 27 (10.94% from 255) = 7.83%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=48.99%
G=7.83%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692714900.840.120.34308.4572.4538.43
HexA91B95054C221344826
Octal251332250124144246411046
Binary1010100111011100101010101010011001000101001101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B95; }

 p { color: rgb(169,27,149); }

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

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

 a { background-color: rgb(169,27,149); }

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

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

 span { border-color: rgb(169,27,149); }

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