#A1267F

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

Shades of Dark Purple #A1267F

Tints of Dark Purple #A1267F

Color information

#A1267F (or 0xA1267F) is unknown color: approx Dark Purple. HEX triplet: A1, 26 and 7F. RGB value is (161,38,127). Sum of RGB (Red+Green+Blue) = 161+38+127=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1267F is #5ED980. Grayscale: #545454. Windows color (decimal): -6216065 or 8332961. OLE color: 8332961.

HSL color Cylindrical-coordinate representation of color #A1267F: hue angle of 316.59º degrees, saturation: 0.62, 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 #A1267F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16138127-
CMYK00.760.210.37
HSL316.59º61.81%39.02%-
HSV(B)316.59º76.4%63.14%-
XYZ19.2210.521.09-
YUV84.92151.75182.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 127 (50% from 255) = 38.96%
R=49.39%
G=11.66%
B=38.96%

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
Decimal1613812700.760.210.37316.5961.8139.02
HexA1267F04C152513d3e27
Octal24146177011425454757647
Binary1010000110011011111110100110010101100101100111101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1267F; }

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

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

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

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

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

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

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

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