#A01943

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

Shades of Lipstick #A01943

Tints of Lipstick #A01943

Color information

#A01943 (or 0xA01943) is unknown color: approx Lipstick. HEX triplet: A0, 19 and 43. RGB value is (160,25,67). Sum of RGB (Red+Green+Blue) = 160+25+67=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A01943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01943 is #5FE6BC. Grayscale: #464646. Windows color (decimal): -6284989 or 4397472. OLE color: 4397472.

HSL color Cylindrical-coordinate representation of color #A01943: hue angle of 341.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01943 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1602567-
CMYK00.840.580.37
HSL341.33º72.97%36.27%-
HSV(B)341.33º84.38%62.75%-
XYZ15.868.576.13-
YUV70.15126.23192.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=63.49%
G=9.92%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160256700.840.580.37341.3372.9736.27
HexA019430543A251554924
Octal240311030124724552511144
Binary10100000110011000011010101001110101001011010101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01943; }

 p { color: rgb(160,25,67); }

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

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

 a { background-color: rgb(160,25,67); }

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

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

 span { border-color: rgb(160,25,67); }

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