#A3214C

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

Shades of Lipstick #A3214C

Tints of Lipstick #A3214C

Color information

#A3214C (or 0xA3214C) is unknown color: approx Lipstick. HEX triplet: A3, 21 and 4C. RGB value is (163,33,76). Sum of RGB (Red+Green+Blue) = 163+33+76=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3214C is #5CDEB3. Grayscale: #4C4C4C. Windows color (decimal): -6086324 or 4989347. OLE color: 4989347.

HSL color Cylindrical-coordinate representation of color #A3214C: hue angle of 340.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3214C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1633376-
CMYK00.800.530.36
HSL340.15º66.33%38.43%-
HSV(B)340.15º79.75%63.92%-
XYZ16.959.47.76-
YUV76.77127.57189.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=59.93%
G=12.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163337600.800.530.36340.1566.3338.43
HexA3214C05035241544226
Octal243411140120654452410246
Binary101000111000011001100010100001101011001001010101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3214C; }

 p { color: rgb(163,33,76); }

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

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

 a { background-color: rgb(163,33,76); }

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

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

 span { border-color: rgb(163,33,76); }

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