#A91BA5

Color #A91BA5 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A91BA5

Tints of Dark Magenta #A91BA5

Color information

#A91BA5 (or 0xA91BA5) is unknown color: approx Dark Magenta. HEX triplet: A9, 1B and A5. RGB value is (169,27,165). Sum of RGB (Red+Green+Blue) = 169+27+165=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A91BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BA5 is #56E45A. Grayscale: #545454. Windows color (decimal): -5694555 or 10820521. OLE color: 10820521.

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

Color convert

RGB16927165-
CMYK00.840.020.34
HSL301.69º72.45%38.43%-
HSV(B)301.69º84.02%66.27%-
XYZ23.5511.9436.66-
YUV85.19173.04187.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 27 (10.94% from 255) = 7.48%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=46.81%
G=7.48%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692716500.840.020.34301.6972.4538.43
HexA91BA505422212e4826
Octal25133245012424245611046
Binary10101001110111010010101010100101000101001011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91BA5; }

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

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

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

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

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

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

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

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