#A4225C

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

Shades of Lipstick #A4225C

Tints of Lipstick #A4225C

Color information

#A4225C (or 0xA4225C) is unknown color: approx Lipstick. HEX triplet: A4, 22 and 5C. RGB value is (164,34,92). Sum of RGB (Red+Green+Blue) = 164+34+92=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4225C is #5BDDA3. Grayscale: #4F4F4F. Windows color (decimal): -6020516 or 6038180. OLE color: 6038180.

HSL color Cylindrical-coordinate representation of color #A4225C: hue angle of 333.23º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4225C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1643492-
CMYK00.790.440.36
HSL333.23º65.66%38.82%-
HSV(B)333.23º79.27%64.31%-
XYZ17.819.8111.08-
YUV79.48135.07188.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=56.55%
G=11.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164349200.790.440.36333.2365.6638.82
HexA4225C04F2C2414d4227
Octal244421340117544451510247
Binary101001001000101011100010011111011001001001010011011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4225C; }

 p { color: rgb(164,34,92); }

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

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

 a { background-color: rgb(164,34,92); }

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

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

 span { border-color: rgb(164,34,92); }

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