#A2285D

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

Shades of Lipstick #A2285D

Tints of Lipstick #A2285D

Color information

#A2285D (or 0xA2285D) is unknown color: approx Lipstick. HEX triplet: A2, 28 and 5D. RGB value is (162,40,93). Sum of RGB (Red+Green+Blue) = 162+40+93=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2285D is #5DD7A2. Grayscale: #525252. Windows color (decimal): -6150051 or 6105250. OLE color: 6105250.

HSL color Cylindrical-coordinate representation of color #A2285D: hue angle of 333.93º 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 #A2285D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1624093-
CMYK00.750.430.36
HSL333.93º60.4%39.61%-
HSV(B)333.93º75.31%63.53%-
XYZ17.639.9911.35-
YUV82.52133.92184.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=54.92%
G=13.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162409300.750.430.36333.9360.439.61
HexA2285D04B2B2414e3c28
Octal24250135011353445167450
Binary10100010101000101110101001011101011100100101001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2285D; }

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

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

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

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

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

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

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

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