#a51c9b

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

Shades of Dark Magenta #A51C9B

Tints of Dark Magenta #A51C9B

Color information

#A51C9B (or 0xA51C9B) is unknown color: approx Dark Magenta. HEX triplet: A5, 1C and 9B. RGB value is (165,28,155). Sum of RGB (Red+Green+Blue) = 165+28+155=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51C9B is #5AE364. Grayscale: #535353. Windows color (decimal): -5956453 or 10165413. OLE color: 10165413.

HSL color Cylindrical-coordinate representation of color #A51C9B: hue angle of 304.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C9B is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16528155-
CMYK00.830.060.35
HSL304.38º70.98%37.84%-
HSV(B)304.38º83.03%64.71%-
XYZ21.8511.232.02-
YUV83.44168.39186.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=47.41%
G=8.05%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652815500.830.060.35304.3870.9837.84
HexA51C9B0536231304726
Octal24534233012364346010746
Binary101001011110010011011010100111101000111001100001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51c9b; }

 p { color: rgb(165,28,155); }

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

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

 a { background-color: rgb(165,28,155); }

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

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

 span { border-color: rgb(165,28,155); }

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