#A13358

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

Shades of Lipstick #A13358

Tints of Lipstick #A13358

Color information

#A13358 (or 0xA13358) is unknown color: approx Lipstick. HEX triplet: A1, 33 and 58. RGB value is (161,51,88). Sum of RGB (Red+Green+Blue) = 161+51+88=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A13358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13358 is #5ECCA7. Grayscale: #585858. Windows color (decimal): -6212776 or 5780385. OLE color: 5780385.

HSL color Cylindrical-coordinate representation of color #A13358: hue angle of 339.82º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13358 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1615188-
CMYK00.680.450.37
HSL339.82º51.89%41.57%-
HSV(B)339.82º68.32%63.14%-
XYZ17.6410.6510.36-
YUV88.11127.94179.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=53.67%
G=17%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161518800.680.450.37339.8251.8941.57
HexA133580442D25154342a
Octal24163130010455455246452
Binary10100001110011101100001000100101101100101101010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13358; }

 p { color: rgb(161,51,88); }

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

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

 a { background-color: rgb(161,51,88); }

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

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

 span { border-color: rgb(161,51,88); }

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