#A12653

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

Shades of Lipstick #A12653

Tints of Lipstick #A12653

Color information

#A12653 (or 0xA12653) is unknown color: approx Lipstick. HEX triplet: A1, 26 and 53. RGB value is (161,38,83). Sum of RGB (Red+Green+Blue) = 161+38+83=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12653 is #5ED9AC. Grayscale: #4F4F4F. Windows color (decimal): -6216109 or 5449377. OLE color: 5449377.

HSL color Cylindrical-coordinate representation of color #A12653: hue angle of 338.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12653 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1613883-
CMYK00.760.480.37
HSL338.05º61.81%39.02%-
HSV(B)338.05º76.4%63.14%-
XYZ16.959.599.14-
YUV79.91129.75185.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=57.09%
G=13.48%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161388300.760.480.37338.0561.8139.02
HexA1265304C30251523e27
Octal24146123011460455227647
Binary10100001100110101001101001100110000100101101010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12653; }

 p { color: rgb(161,38,83); }

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

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

 a { background-color: rgb(161,38,83); }

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

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

 span { border-color: rgb(161,38,83); }

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