#A0274E

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

Shades of Lipstick #A0274E

Tints of Lipstick #A0274E

Color information

#A0274E (or 0xA0274E) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 4E. RGB value is (160,39,78). Sum of RGB (Red+Green+Blue) = 160+39+78=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0274E is #5FD8B1. Grayscale: #4F4F4F. Windows color (decimal): -6281394 or 5121952. OLE color: 5121952.

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

Color convert

RGB1603978-
CMYK00.760.510.37
HSL340.66º60.8%39.02%-
HSV(B)340.66º75.63%62.75%-
XYZ16.69.478.16-
YUV79.62127.09185.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=57.76%
G=14.08%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160397800.760.510.37340.6660.839.02
HexA0274E04C33251553d27
Octal24047116011463455257547
Binary10100000100111100111001001100110011100101101010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0274E; }

 p { color: rgb(160,39,78); }

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

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

 a { background-color: rgb(160,39,78); }

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

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

 span { border-color: rgb(160,39,78); }

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