#A22859

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

Shades of Lipstick #A22859

Tints of Lipstick #A22859

Color information

#A22859 (or 0xA22859) is unknown color: approx Lipstick. HEX triplet: A2, 28 and 59. RGB value is (162,40,89). Sum of RGB (Red+Green+Blue) = 162+40+89=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A22859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22859 is #5DD7A6. Grayscale: #515151. Windows color (decimal): -6150055 or 5843106. OLE color: 5843106.

HSL color Cylindrical-coordinate representation of color #A22859: hue angle of 335.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22859 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1624089-
CMYK00.750.450.36
HSL335.9º60.4%39.61%-
HSV(B)335.9º75.31%63.53%-
XYZ17.469.9210.45-
YUV82.06131.92185.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=55.67%
G=13.75%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162408900.750.450.36335.960.439.61
HexA2285904B2D241503c28
Octal24250131011355445207450
Binary10100010101000101100101001011101101100100101010000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22859; }

 p { color: rgb(162,40,89); }

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

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

 a { background-color: rgb(162,40,89); }

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

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

 span { border-color: rgb(162,40,89); }

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