#A42765

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

Shades of Lipstick #A42765

Tints of Lipstick #A42765

Color information

#A42765 (or 0xA42765) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 65. RGB value is (164,39,101). Sum of RGB (Red+Green+Blue) = 164+39+101=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A42765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42765 is #5BD89A. Grayscale: #535353. Windows color (decimal): -6019227 or 6629284. OLE color: 6629284.

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

Color convert

RGB16439101-
CMYK00.760.380.36
HSL330.24º61.58%39.8%-
HSV(B)330.24º76.22%64.31%-
XYZ18.3810.2813.33-
YUV83.44137.91185.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=53.95%
G=12.83%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643910100.760.380.36330.2461.5839.8
HexA4276504C262414a3e28
Octal24447145011446445127650
Binary10100100100111110010101001100100110100100101001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42765; }

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

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

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

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

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

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

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

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