Html Css Color HEX #A6295B Lipstick

📋 copy color: '#A6295B'

red 166 ◦ green 41 ◦ blue 91

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

Shades of Lipstick #A6295B

Tints of Lipstick #A6295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 55.7%
G = 13.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6295B (or 0xA6295B) is known color: Lipstick. HEX triplet: A6, 29 and 5B. RGB value is (166,41,91). Sum of RGB (Red+Green+Blue) = 166+41+91=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6295B is #59D6A4. Grayscale: #545454. Windows color (decimal): -5887653 or 5974438. OLE color: 5974438.

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

Color convert

RGB 166 41 91 -
CMYK 0 0.75 0.45 0.35
HSL 336º 0.6% 0.41% -
HSV(B) 336º 0.75% 0.65% -
XYZ 18.41 10.45 10.94 -
YUV 84.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 166 41 91 0 0.75 0.45 0.35 336 0.6 0.41
Hex A6 29 5B 0 4B 2D 23 150 3C 29
Octal 246 51 133 0 113 55 43 520 74 51
Binary 10100110 101001 1011011 0 1001011 101101 100011 101010000 111100 101001

Color Harmonies of #A6295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6295B

Black with #A6295B

Text Example


Text Example

White with #A6295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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