#A42754

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

Shades of Lipstick #A42754

Tints of Lipstick #A42754

Color information

#A42754 (or 0xA42754) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 54. RGB value is (164,39,84). Sum of RGB (Red+Green+Blue) = 164+39+84=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A42754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42754 is #5BD8AB. Grayscale: #515151. Windows color (decimal): -6019244 or 5515172. OLE color: 5515172.

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

Color convert

RGB1643984-
CMYK00.760.490.36
HSL338.4º61.58%39.8%-
HSV(B)338.4º76.22%64.31%-
XYZ17.649.989.39-
YUV81.5129.41186.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=57.14%
G=13.59%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164398400.760.490.36338.461.5839.8
HexA4275404C31241523e28
Octal24447124011461445227650
Binary10100100100111101010001001100110001100100101010010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42754; }

 p { color: rgb(164,39,84); }

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

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

 a { background-color: rgb(164,39,84); }

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

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

 span { border-color: rgb(164,39,84); }

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