#A42966

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

Shades of Lipstick #A42966

Tints of Lipstick #A42966

Color information

#A42966 (or 0xA42966) is unknown color: approx Lipstick. HEX triplet: A4, 29 and 66. RGB value is (164,41,102). Sum of RGB (Red+Green+Blue) = 164+41+102=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A42966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42966 is #5BD699. Grayscale: #545454. Windows color (decimal): -6018714 or 6695332. OLE color: 6695332.

HSL color Cylindrical-coordinate representation of color #A42966: hue angle of 330.24º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42966 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16441102-
CMYK00.750.380.36
HSL330.24º60%40.2%-
HSV(B)330.24º75%64.31%-
XYZ18.510.4413.61-
YUV84.73137.75184.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=53.42%
G=13.36%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644110200.750.380.36330.246040.2
HexA4296604B262414a3c28
Octal24451146011346445127450
Binary10100100101001110011001001011100110100100101001010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42966; }

 p { color: rgb(164,41,102); }

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

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

 a { background-color: rgb(164,41,102); }

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

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

 span { border-color: rgb(164,41,102); }

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