#A2275E

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

Shades of Lipstick #A2275E

Tints of Lipstick #A2275E

Color information

#A2275E (or 0xA2275E) is unknown color: approx Lipstick. HEX triplet: A2, 27 and 5E. RGB value is (162,39,94). Sum of RGB (Red+Green+Blue) = 162+39+94=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2275E is #5DD8A1. Grayscale: #515151. Windows color (decimal): -6150306 or 6170530. OLE color: 6170530.

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

Color convert

RGB1623994-
CMYK00.760.420.36
HSL333.17º61.19%39.41%-
HSV(B)333.17º75.93%63.53%-
XYZ17.659.9411.58-
YUV82.05134.75185.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=54.92%
G=13.22%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162399400.760.420.36333.1761.1939.41
HexA2275E04C2A2414d3d27
Octal24247136011452445157547
Binary10100010100111101111001001100101010100100101001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2275E; }

 p { color: rgb(162,39,94); }

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

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

 a { background-color: rgb(162,39,94); }

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

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

 span { border-color: rgb(162,39,94); }

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