#A12254

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

Shades of Lipstick #A12254

Tints of Lipstick #A12254

Color information

#A12254 (or 0xA12254) is unknown color: approx Lipstick. HEX triplet: A1, 22 and 54. RGB value is (161,34,84). Sum of RGB (Red+Green+Blue) = 161+34+84=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A12254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12254 is #5EDDAB. Grayscale: #4D4D4D. Windows color (decimal): -6217132 or 5513889. OLE color: 5513889.

HSL color Cylindrical-coordinate representation of color #A12254: hue angle of 336.38º 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 #A12254 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1613484-
CMYK00.790.480.37
HSL336.38º65.13%38.24%-
HSV(B)336.38º78.88%63.14%-
XYZ16.879.369.31-
YUV77.67131.58187.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=57.71%
G=12.19%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161348400.790.480.37336.3865.1338.24
HexA1225404F30251504126
Octal241421240117604552010146
Binary101000011000101010100010011111100001001011010100001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12254; }

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

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

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

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

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

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

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

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