#A51C89

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

Shades of Dark Purple #A51C89

Tints of Dark Purple #A51C89

Color information

#A51C89 (or 0xA51C89) is unknown color: approx Dark Purple. HEX triplet: A5, 1C and 89. RGB value is (165,28,137). Sum of RGB (Red+Green+Blue) = 165+28+137=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51C89 is #5AE376. Grayscale: #515151. Windows color (decimal): -5956471 or 8985765. OLE color: 8985765.

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

Color convert

RGB16528137-
CMYK00.830.170.35
HSL312.26º70.98%37.84%-
HSV(B)312.26º83.03%64.71%-
XYZ20.4510.6424.64-
YUV81.39159.39187.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=50%
G=8.48%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652813700.830.170.35312.2670.9837.84
HexA51C8905311231384726
Octal245342110123214347010746
Binary10100101111001000100101010011100011000111001110001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C89; }

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

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

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

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

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

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

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

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