Html Css Color HEX #A1325D Lipstick

📋 copy color: '#A1325D'

red 161 ◦ green 50 ◦ blue 93

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

Shades of Lipstick #A1325D

Tints of Lipstick #A1325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 52.96%
G = 16.45%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1325D (or 0xA1325D) is known color: Lipstick. HEX triplet: A1, 32 and 5D. RGB value is (161,50,93). Sum of RGB (Red+Green+Blue) = 161+50+93=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1325D is #5ECDA2. Grayscale: #585858. Windows color (decimal): -6213027 or 6107809. OLE color: 6107809.

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

Color convert

RGB 161 50 93 -
CMYK 0 0.69 0.42 0.37
HSL 336.76º 0.53% 0.41% -
HSV(B) 336.76º 0.69% 0.63% -
XYZ 17.81 10.65 11.47 -
YUV 88.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 161 50 93 0 0.69 0.42 0.37 336.76 0.53 0.41
Hex A1 32 5D 0 45 2A 25 151 35 29
Octal 241 62 135 0 105 52 45 521 65 51
Binary 10100001 110010 1011101 0 1000101 101010 100101 101010001 110101 101001

Color Harmonies of #A1325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1325D

Black with #A1325D

Text Example


Text Example

White with #A1325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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