#A51A94

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

Shades of Dark Magenta #A51A94

Tints of Dark Magenta #A51A94

Color information

#A51A94 (or 0xA51A94) is unknown color: approx Dark Magenta. HEX triplet: A5, 1A and 94. RGB value is (165,26,148). Sum of RGB (Red+Green+Blue) = 165+26+148=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A94 is #5AE56B. Grayscale: #515151. Windows color (decimal): -5956972 or 9706149. OLE color: 9706149.

HSL color Cylindrical-coordinate representation of color #A51A94: hue angle of 307.34º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A94 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16526148-
CMYK00.840.100.35
HSL307.34º72.77%37.45%-
HSV(B)307.34º84.24%64.71%-
XYZ21.2310.8829-
YUV81.47165.55187.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=48.67%
G=7.67%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652614800.840.100.35307.3472.7737.45
HexA51A94054A231334925
Octal245322240124124346311145
Binary1010010111010100101000101010010101000111001100111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A94; }

 p { color: rgb(165,26,148); }

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

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

 a { background-color: rgb(165,26,148); }

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

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

 span { border-color: rgb(165,26,148); }

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