Html Css Color HEX #A12958 Lipstick

📋 copy color: '#A12958'

red 161 ◦ green 41 ◦ blue 88

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

Shades of Lipstick #A12958

Tints of Lipstick #A12958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 55.52%
G = 14.14%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A12958 (or 0xA12958) is known color: Lipstick. HEX triplet: A1, 29 and 58. RGB value is (161,41,88). Sum of RGB (Red+Green+Blue) = 161+41+88=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A12958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12958 is #5ED6A7. Grayscale: #525252. Windows color (decimal): -6215336 or 5777825. OLE color: 5777825.

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

Color convert

RGB 161 41 88 -
CMYK 0 0.75 0.45 0.37
HSL 336.5º 0.59% 0.4% -
HSV(B) 336.5º 0.75% 0.63% -
XYZ 17.25 9.87 10.23 -
YUV 82.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 161 41 88 0 0.75 0.45 0.37 336.5 0.59 0.4
Hex A1 29 58 0 4B 2D 25 150 3B 28
Octal 241 51 130 0 113 55 45 520 73 50
Binary 10100001 101001 1011000 0 1001011 101101 100101 101010000 111011 101000

Color Harmonies of #A12958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12958

Black with #A12958

Text Example


Text Example

White with #A12958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12958; }

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

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

background-color css

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

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

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

border-color css

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

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

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