#A1228C

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

Shades of Dark Purple #A1228C

Tints of Dark Purple #A1228C

Color information

#A1228C (or 0xA1228C) is unknown color: approx Dark Purple. HEX triplet: A1, 22 and 8C. RGB value is (161,34,140). Sum of RGB (Red+Green+Blue) = 161+34+140=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1228C is #5EDD73. Grayscale: #535353. Windows color (decimal): -6217076 or 9183905. OLE color: 9183905.

HSL color Cylindrical-coordinate representation of color #A1228C: hue angle of 309.92º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1228C is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16134140-
CMYK00.790.130.37
HSL309.92º65.13%38.24%-
HSV(B)309.92º78.88%63.14%-
XYZ2010.6125.81-
YUV84.06159.58182.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 34 (13.67% from 255) = 10.15%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=48.06%
G=10.15%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613414000.790.130.37309.9265.1338.24
HexA1228C04FD251364126
Octal241422140117154546610146
Binary10100001100010100011000100111111011001011001101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1228C; }

 p { color: rgb(161,34,140); }

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

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

 a { background-color: rgb(161,34,140); }

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

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

 span { border-color: rgb(161,34,140); }

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