Html Css Color HEX #A1295D Lipstick

📋 copy color: '#A1295D'

red 161 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #A1295D

Tints of Lipstick #A1295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 54.58%
G = 13.9%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1295D (or 0xA1295D) is known color: Lipstick. HEX triplet: A1, 29 and 5D. RGB value is (161,41,93). Sum of RGB (Red+Green+Blue) = 161+41+93=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1295D is #5ED6A2. Grayscale: #525252. Windows color (decimal): -6215331 or 6105505. OLE color: 6105505.

HSL color Cylindrical-coordinate representation of color #A1295D: hue angle of 334º 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 #A1295D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 93 -
CMYK 0 0.75 0.42 0.37
HSL 334º 0.59% 0.4% -
HSV(B) 334º 0.75% 0.63% -
XYZ 17.47 9.95 11.36 -
YUV 82.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 161 41 93 0 0.75 0.42 0.37 334 0.59 0.4
Hex A1 29 5D 0 4B 2A 25 14E 3B 28
Octal 241 51 135 0 113 52 45 516 73 50
Binary 10100001 101001 1011101 0 1001011 101010 100101 101001110 111011 101000

Color Harmonies of #A1295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1295D

Black with #A1295D

Text Example


Text Example

White with #A1295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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