#A8225D

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

Shades of Lipstick #A8225D

Tints of Lipstick #A8225D

Color information

#A8225D (or 0xA8225D) is unknown color: approx Lipstick. HEX triplet: A8, 22 and 5D. RGB value is (168,34,93). Sum of RGB (Red+Green+Blue) = 168+34+93=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8225D is #57DDA2. Grayscale: #505050. Windows color (decimal): -5758371 or 6103720. OLE color: 6103720.

HSL color Cylindrical-coordinate representation of color #A8225D: hue angle of 333.58º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8225D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1683493-
CMYK00.800.450.34
HSL333.58º66.34%39.61%-
HSV(B)333.58º79.76%65.88%-
XYZ18.710.2611.35-
YUV80.79134.89190.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=56.95%
G=11.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168349300.800.450.34333.5866.3439.61
HexA8225D0502D2214e4228
Octal250421350120554251610250
Binary101010001000101011101010100001011011000101010011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8225D; }

 p { color: rgb(168,34,93); }

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

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

 a { background-color: rgb(168,34,93); }

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

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

 span { border-color: rgb(168,34,93); }

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