#A3215B

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

Shades of Lipstick #A3215B

Tints of Lipstick #A3215B

Color information

#A3215B (or 0xA3215B) is unknown color: approx Lipstick. HEX triplet: A3, 21 and 5B. RGB value is (163,33,91). Sum of RGB (Red+Green+Blue) = 163+33+91=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3215B is #5CDEA4. Grayscale: #4E4E4E. Windows color (decimal): -6086309 or 5972387. OLE color: 5972387.

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

Color convert

RGB1633391-
CMYK00.800.440.36
HSL333.23º66.33%38.43%-
HSV(B)333.23º79.75%63.92%-
XYZ17.549.6310.83-
YUV78.48135.07188.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=56.79%
G=11.50%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163339100.800.440.36333.2366.3338.43
HexA3215B0502C2414d4226
Octal243411330120544451510246
Binary101000111000011011011010100001011001001001010011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3215B; }

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

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

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

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

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

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

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

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