#A5194E

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

Shades of Lipstick #A5194E

Tints of Lipstick #A5194E

Color information

#A5194E (or 0xA5194E) is unknown color: approx Lipstick. HEX triplet: A5, 19 and 4E. RGB value is (165,25,78). Sum of RGB (Red+Green+Blue) = 165+25+78=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A5194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5194E is #5AE6B1. Grayscale: #484848. Windows color (decimal): -5957298 or 5118373. OLE color: 5118373.

HSL color Cylindrical-coordinate representation of color #A5194E: hue angle of 337.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5194E is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1652578-
CMYK00.850.530.35
HSL337.29º73.68%37.25%-
HSV(B)337.29º84.85%64.71%-
XYZ17.249.248.08-
YUV72.9130.88193.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=61.57%
G=9.33%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165257800.850.530.35337.2973.6837.25
HexA5194E05535231514a25
Octal245311160125654352111245
Binary10100101110011001110010101011101011000111010100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5194E; }

 p { color: rgb(165,25,78); }

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

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

 a { background-color: rgb(165,25,78); }

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

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

 span { border-color: rgb(165,25,78); }

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