#A51C8E

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

Shades of Dark Purple #A51C8E

Tints of Dark Purple #A51C8E

Color information

#A51C8E (or 0xA51C8E) is unknown color: approx Dark Purple. HEX triplet: A5, 1C and 8E. RGB value is (165,28,142). Sum of RGB (Red+Green+Blue) = 165+28+142=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51C8E is #5AE371. Grayscale: #515151. Windows color (decimal): -5956466 or 9313445. OLE color: 9313445.

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

Color convert

RGB16528142-
CMYK00.830.140.35
HSL310.07º70.98%37.84%-
HSV(B)310.07º83.03%64.71%-
XYZ20.8110.7826.58-
YUV81.96161.89187.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=49.25%
G=8.36%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652814200.830.140.35310.0770.9837.84
HexA51C8E053E231364726
Octal245342160123164346610746
Binary1010010111100100011100101001111101000111001101101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51C8E; }

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

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

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

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

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

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

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

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