#A82A58

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

Shades of Lipstick #A82A58

Tints of Lipstick #A82A58

Color information

#A82A58 (or 0xA82A58) is unknown color: approx Lipstick. HEX triplet: A8, 2A and 58. RGB value is (168,42,88). Sum of RGB (Red+Green+Blue) = 168+42+88=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A58 is #57D5A7. Grayscale: #545454. Windows color (decimal): -5756328 or 5778088. OLE color: 5778088.

HSL color Cylindrical-coordinate representation of color #A82A58: hue angle of 338.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A58 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB1684288-
CMYK00.750.480.34
HSL338.1º60%41.18%-
HSV(B)338.1º75%65.88%-
XYZ18.7410.6910.31-
YUV84.92129.74187.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=56.38%
G=14.09%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168428800.750.480.34338.16041.18
HexA82A5804B30221523c29
Octal25052130011360425227451
Binary10101000101010101100001001011110000100010101010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A58; }

 p { color: rgb(168,42,88); }

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

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

 a { background-color: rgb(168,42,88); }

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

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

 span { border-color: rgb(168,42,88); }

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