Html Css Color HEX #A5194C Lipstick

📋 copy color: '#A5194C'

red 165 ◦ green 25 ◦ blue 76

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

Shades of Lipstick #A5194C

Tints of Lipstick #A5194C

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 62.03%
G = 9.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5194C (or 0xA5194C) is known color: Lipstick. HEX triplet: A5, 19 and 4C. RGB value is (165,25,76). Sum of RGB (Red+Green+Blue) = 165+25+76=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5194C is #5AE6B3. Grayscale: #484848. Windows color (decimal): -5957300 or 4987301. OLE color: 4987301.

HSL color Cylindrical-coordinate representation of color #A5194C: hue angle of 338.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5194C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 76 -
CMYK 0 0.85 0.54 0.35
HSL 338.14º 0.74% 0.37% -
HSV(B) 338.14º 0.85% 0.65% -
XYZ 17.17 9.22 7.71 -
YUV 72.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 165 25 76 0 0.85 0.54 0.35 338.14 0.74 0.37
Hex A5 19 4C 0 55 36 23 152 4A 25
Octal 245 31 114 0 125 66 43 522 112 45
Binary 10100101 11001 1001100 0 1010101 110110 100011 101010010 1001010 100101

Color Harmonies of #A5194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5194C

Black with #A5194C

Text Example


Text Example

White with #A5194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5194C; }

 p { color: rgb(165,25,76); }

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

background-color css

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

 a { background-color: rgb(165,25,76); }

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

border-color css

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

 span { border-color: rgb(165,25,76); }

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