#A3214E

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

Shades of Lipstick #A3214E

Tints of Lipstick #A3214E

Color information

#A3214E (or 0xA3214E) is unknown color: approx Lipstick. HEX triplet: A3, 21 and 4E. RGB value is (163,33,78). Sum of RGB (Red+Green+Blue) = 163+33+78=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3214E is #5CDEB1. Grayscale: #4C4C4C. Windows color (decimal): -6086322 or 5120419. OLE color: 5120419.

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

Color convert

RGB1633378-
CMYK00.800.520.36
HSL339.23º66.33%38.43%-
HSV(B)339.23º79.75%63.92%-
XYZ17.029.428.13-
YUV77128.57189.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=59.49%
G=12.04%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163337800.800.520.36339.2366.3338.43
HexA3214E05034241534226
Octal243411160120644452310246
Binary101000111000011001110010100001101001001001010100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3214E; }

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

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

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

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

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

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

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

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