#A02661

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

Shades of Lipstick #A02661

Tints of Lipstick #A02661

Color information

#A02661 (or 0xA02661) is unknown color: approx Lipstick. HEX triplet: A0, 26 and 61. RGB value is (160,38,97). Sum of RGB (Red+Green+Blue) = 160+38+97=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A02661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02661 is #5FD99E. Grayscale: #515151. Windows color (decimal): -6281631 or 6366880. OLE color: 6366880.

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

Color convert

RGB1603897-
CMYK00.760.390.37
HSL330.98º61.62%38.82%-
HSV(B)330.98º76.25%62.75%-
XYZ17.359.7212.27-
YUV81.2136.92184.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=54.24%
G=12.88%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160389700.760.390.37330.9861.6238.82
HexA0266104C272514b3e27
Octal24046141011447455137647
Binary10100000100110110000101001100100111100101101001011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02661; }

 p { color: rgb(160,38,97); }

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

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

 a { background-color: rgb(160,38,97); }

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

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

 span { border-color: rgb(160,38,97); }

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