#A51A88

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

Shades of Dark Purple #A51A88

Tints of Dark Purple #A51A88

Color information

#A51A88 (or 0xA51A88) is unknown color: approx Dark Purple. HEX triplet: A5, 1A and 88. RGB value is (165,26,136). Sum of RGB (Red+Green+Blue) = 165+26+136=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51A88 is #5AE577. Grayscale: #4F4F4F. Windows color (decimal): -5956984 or 8919717. OLE color: 8919717.

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

Color convert

RGB16526136-
CMYK00.840.180.35
HSL312.52º72.77%37.45%-
HSV(B)312.52º84.24%64.71%-
XYZ20.3310.5224.25-
YUV80.1159.55188.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=50.46%
G=7.95%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652613600.840.180.35312.5272.7737.45
HexA51A8805412231394925
Octal245322100124224347111145
Binary10100101110101000100001010100100101000111001110011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A88; }

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

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

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

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

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

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

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

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