Html Css Color HEX #A6255D Lipstick

📋 copy color: '#A6255D'

red 166 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #A6255D

Tints of Lipstick #A6255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 56.08%
G = 12.5%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6255D (or 0xA6255D) is known color: Lipstick. HEX triplet: A6, 25 and 5D. RGB value is (166,37,93). Sum of RGB (Red+Green+Blue) = 166+37+93=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6255D is #59DAA2. Grayscale: #515151. Windows color (decimal): -5888675 or 6104486. OLE color: 6104486.

HSL color Cylindrical-coordinate representation of color #A6255D: hue angle of 333.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6255D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 93 -
CMYK 0 0.78 0.44 0.35
HSL 333.95º 0.64% 0.4% -
HSV(B) 333.95º 0.78% 0.65% -
XYZ 18.36 10.22 11.36 -
YUV 81.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 166 37 93 0 0.78 0.44 0.35 333.95 0.64 0.4
Hex A6 25 5D 0 4E 2C 23 14E 40 28
Octal 246 45 135 0 116 54 43 516 100 50
Binary 10100110 100101 1011101 0 1001110 101100 100011 101001110 1000000 101000

Color Harmonies of #A6255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6255D

Black with #A6255D

Text Example


Text Example

White with #A6255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6255D; }

 p { color: rgb(166,37,93); }

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

background-color css

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

 a { background-color: rgb(166,37,93); }

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

border-color css

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

 span { border-color: rgb(166,37,93); }

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