#A51A7D

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

Shades of Dark Purple #A51A7D

Tints of Dark Purple #A51A7D

Color information

#A51A7D (or 0xA51A7D) is unknown color: approx Dark Purple. HEX triplet: A5, 1A and 7D. RGB value is (165,26,125). Sum of RGB (Red+Green+Blue) = 165+26+125=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A7D is #5AE582. Grayscale: #4E4E4E. Windows color (decimal): -5956995 or 8198821. OLE color: 8198821.

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

Color convert

RGB16526125-
CMYK00.840.240.35
HSL317.27º72.77%37.45%-
HSV(B)317.27º84.24%64.71%-
XYZ19.5910.2220.34-
YUV78.85154.05189.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=52.22%
G=8.23%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652612500.840.240.35317.2772.7737.45
HexA51A7D054182313d4925
Octal245321750124304347511145
Binary1010010111010111110101010100110001000111001111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A7D; }

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

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

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

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

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

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

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

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