#A3276A

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

Shades of Lipstick #A3276A

Tints of Lipstick #A3276A

Color information

#A3276A (or 0xA3276A) is unknown color: approx Lipstick. HEX triplet: A3, 27 and 6A. RGB value is (163,39,106). Sum of RGB (Red+Green+Blue) = 163+39+106=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3276A is #5CD895. Grayscale: #535353. Windows color (decimal): -6084758 or 6956963. OLE color: 6956963.

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

Color convert

RGB16339106-
CMYK00.760.350.36
HSL327.58º61.39%39.61%-
HSV(B)327.58º76.07%63.92%-
XYZ18.4310.2814.65-
YUV83.71140.58184.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=52.92%
G=12.66%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633910600.760.350.36327.5861.3939.61
HexA3276A04C23241483d28
Octal24347152011443445107550
Binary10100011100111110101001001100100011100100101001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3276A; }

 p { color: rgb(163,39,106); }

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

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

 a { background-color: rgb(163,39,106); }

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

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

 span { border-color: rgb(163,39,106); }

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