#A1265A

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

Shades of Lipstick #A1265A

Tints of Lipstick #A1265A

Color information

#A1265A (or 0xA1265A) is unknown color: approx Lipstick. HEX triplet: A1, 26 and 5A. RGB value is (161,38,90). Sum of RGB (Red+Green+Blue) = 161+38+90=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1265A is #5ED9A5. Grayscale: #505050. Windows color (decimal): -6216102 or 5908129. OLE color: 5908129.

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

Color convert

RGB1613890-
CMYK00.760.440.37
HSL334.63º61.81%39.02%-
HSV(B)334.63º76.4%63.14%-
XYZ17.249.710.64-
YUV80.7133.25185.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=55.71%
G=13.15%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161389000.760.440.37334.6361.8139.02
HexA1265A04C2C2514f3e27
Octal24146132011454455177647
Binary10100001100110101101001001100101100100101101001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1265A; }

 p { color: rgb(161,38,90); }

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

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

 a { background-color: rgb(161,38,90); }

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

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

 span { border-color: rgb(161,38,90); }

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