#A42261

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

Shades of Lipstick #A42261

Tints of Lipstick #A42261

Color information

#A42261 (or 0xA42261) is unknown color: approx Lipstick. HEX triplet: A4, 22 and 61. RGB value is (164,34,97). Sum of RGB (Red+Green+Blue) = 164+34+97=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A42261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42261 is #5BDD9E. Grayscale: #4F4F4F. Windows color (decimal): -6020511 or 6365860. OLE color: 6365860.

HSL color Cylindrical-coordinate representation of color #A42261: hue angle of 330.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42261 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1643497-
CMYK00.790.410.36
HSL330.92º65.66%38.82%-
HSV(B)330.92º79.27%64.31%-
XYZ18.049.912.27-
YUV80.05137.57187.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=55.59%
G=11.53%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164349700.790.410.36330.9265.6638.82
HexA4226104F292414b4227
Octal244421410117514451310247
Binary101001001000101100001010011111010011001001010010111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42261; }

 p { color: rgb(164,34,97); }

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

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

 a { background-color: rgb(164,34,97); }

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

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

 span { border-color: rgb(164,34,97); }

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