Html Css Color HEX #A6295C Lipstick

📋 copy color: '#A6295C'

red 166 ◦ green 41 ◦ blue 92

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

Shades of Lipstick #A6295C

Tints of Lipstick #A6295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 55.52%
G = 13.71%
B = 30.77%

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

#A6295C (or 0xA6295C) is known color: Lipstick. HEX triplet: A6, 29 and 5C. RGB value is (166,41,92). Sum of RGB (Red+Green+Blue) = 166+41+92=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6295C is #59D6A3. Grayscale: #545454. Windows color (decimal): -5887652 or 6039974. OLE color: 6039974.

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

Color convert

RGB 166 41 92 -
CMYK 0 0.75 0.45 0.35
HSL 335.52º 0.6% 0.41% -
HSV(B) 335.52º 0.75% 0.65% -
XYZ 18.45 10.47 11.17 -
YUV 84.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 166 41 92 0 0.75 0.45 0.35 335.52 0.6 0.41
Hex A6 29 5C 0 4B 2D 23 150 3C 29
Octal 246 51 134 0 113 55 43 520 74 51
Binary 10100110 101001 1011100 0 1001011 101101 100011 101010000 111100 101001

Color Harmonies of #A6295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6295C

Black with #A6295C

Text Example


Text Example

White with #A6295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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