Html Css Color HEX #A6295E Lipstick

📋 copy color: '#A6295E'

red 166 ◦ green 41 ◦ blue 94

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

Shades of Lipstick #A6295E

Tints of Lipstick #A6295E

RGB

 RED value IS 166 (65.23% from 255) = 55.15%

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 55.15%
G = 13.62%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6295E (or 0xA6295E) is known color: Lipstick. HEX triplet: A6, 29 and 5E. RGB value is (166,41,94). Sum of RGB (Red+Green+Blue) = 166+41+94=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A6295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6295E is #59D6A1. Grayscale: #545454. Windows color (decimal): -5887650 or 6171046. OLE color: 6171046.

HSL color Cylindrical-coordinate representation of color #A6295E: hue angle of 334.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6295E is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 94 -
CMYK 0 0.75 0.43 0.35
HSL 334.56º 0.6% 0.41% -
HSV(B) 334.56º 0.75% 0.65% -
XYZ 18.54 10.5 11.64 -
YUV 84.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 166 41 94 0 0.75 0.43 0.35 334.56 0.6 0.41
Hex A6 29 5E 0 4B 2B 23 14F 3C 29
Octal 246 51 136 0 113 53 43 517 74 51
Binary 10100110 101001 1011110 0 1001011 101011 100011 101001111 111100 101001

Color Harmonies of #A6295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6295E

Black with #A6295E

Text Example


Text Example

White with #A6295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6295E; }

 p { color: rgb(166,41,94); }

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

background-color css

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

 a { background-color: rgb(166,41,94); }

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

border-color css

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

 span { border-color: rgb(166,41,94); }

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