Html Css Color HEX #A1295F Lipstick

📋 copy color: '#A1295F'

red 161 ◦ green 41 ◦ blue 95

#A1295F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A1295F

Tints of Lipstick #A1295F

RGB

 RED value IS 161 (63.28% from 255) = 54.21%

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 54.21%
G = 13.8%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1295F (or 0xA1295F) is known color: Lipstick. HEX triplet: A1, 29 and 5F. RGB value is (161,41,95). Sum of RGB (Red+Green+Blue) = 161+41+95=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A1295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1295F is #5ED6A0. Grayscale: #525252. Windows color (decimal): -6215329 or 6236577. OLE color: 6236577.

HSL color Cylindrical-coordinate representation of color #A1295F: hue angle of 333º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1295F is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 95 -
CMYK 0 0.75 0.41 0.37
HSL 333º 0.59% 0.4% -
HSV(B) 333º 0.75% 0.63% -
XYZ 17.56 9.99 11.83 -
YUV 83.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 161 41 95 0 0.75 0.41 0.37 333 0.59 0.4
Hex A1 29 5F 0 4B 29 25 14D 3B 28
Octal 241 51 137 0 113 51 45 515 73 50
Binary 10100001 101001 1011111 0 1001011 101001 100101 101001101 111011 101000

Color Harmonies of #A1295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1295F

Black with #A1295F

Text Example


Text Example

White with #A1295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1295F; }

 p { color: rgb(161,41,95); }

 H1.HeaderClassName
 {
   color: #A1295F;
 }
 .AnyTagClassName
 {
   color: #A1295F;
 }
</style>

background-color css

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

 a { background-color: rgb(161,41,95); }

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

border-color css

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

 span { border-color: rgb(161,41,95); }

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