#A12648

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

Shades of Lipstick #A12648

Tints of Lipstick #A12648

Color information

#A12648 (or 0xA12648) is unknown color: approx Lipstick. HEX triplet: A1, 26 and 48. RGB value is (161,38,72). Sum of RGB (Red+Green+Blue) = 161+38+72=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A12648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12648 is #5ED9B7. Grayscale: #4E4E4E. Windows color (decimal): -6216120 or 4728481. OLE color: 4728481.

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

Color convert

RGB1613872-
CMYK00.760.550.37
HSL343.41º61.81%39.02%-
HSV(B)343.41º76.4%63.14%-
XYZ16.569.437.08-
YUV78.65124.25186.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.41%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=59.41%
G=14.02%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161387200.760.550.37343.4161.8139.02
HexA1264804C37251573e27
Octal24146110011467455277647
Binary10100001100110100100001001100110111100101101010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12648; }

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

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

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

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

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

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

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

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