#A02758

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

Shades of Lipstick #A02758

Tints of Lipstick #A02758

Color information

#A02758 (or 0xA02758) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 58. RGB value is (160,39,88). Sum of RGB (Red+Green+Blue) = 160+39+88=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A02758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02758 is #5FD8A7. Grayscale: #505050. Windows color (decimal): -6281384 or 5777312. OLE color: 5777312.

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

Color convert

RGB1603988-
CMYK00.760.450.37
HSL335.7º60.8%39.02%-
HSV(B)335.7º75.63%62.75%-
XYZ16.989.6310.2-
YUV80.76132.09184.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=55.75%
G=13.59%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160398800.760.450.37335.760.839.02
HexA0275804C2D251503d27
Octal24047130011455455207547
Binary10100000100111101100001001100101101100101101010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02758; }

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

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

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

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

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

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

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

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