#A1277F

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

Shades of Dark Purple #A1277F

Tints of Dark Purple #A1277F

Color information

#A1277F (or 0xA1277F) is unknown color: approx Dark Purple. HEX triplet: A1, 27 and 7F. RGB value is (161,39,127). Sum of RGB (Red+Green+Blue) = 161+39+127=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1277F is #5ED880. Grayscale: #555555. Windows color (decimal): -6215809 or 8333217. OLE color: 8333217.

HSL color Cylindrical-coordinate representation of color #A1277F: hue angle of 316.72º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1277F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16139127-
CMYK00.760.210.37
HSL316.72º61%39.22%-
HSV(B)316.72º75.78%63.14%-
XYZ19.2510.5621.1-
YUV85.51151.42181.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 127 (50% from 255) = 38.84%
R=49.24%
G=11.93%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613912700.760.210.37316.726139.22
HexA1277F04C152513d3d27
Octal24147177011425454757547
Binary1010000110011111111110100110010101100101100111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1277F; }

 p { color: rgb(161,39,127); }

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

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

 a { background-color: rgb(161,39,127); }

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

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

 span { border-color: rgb(161,39,127); }

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