Html Css Color HEX #A5294D Lipstick

📋 copy color: '#A5294D'

red 165 ◦ green 41 ◦ blue 77

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

Shades of Lipstick #A5294D

Tints of Lipstick #A5294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 58.3%
G = 14.49%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5294D (or 0xA5294D) is known color: Lipstick. HEX triplet: A5, 29 and 4D. RGB value is (165,41,77). Sum of RGB (Red+Green+Blue) = 165+41+77=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5294D is #5AD6B2. Grayscale: #525252. Windows color (decimal): -5953203 or 5056933. OLE color: 5056933.

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

Color convert

RGB 165 41 77 -
CMYK 0 0.75 0.53 0.35
HSL 342.58º 0.6% 0.4% -
HSV(B) 342.58º 0.75% 0.65% -
XYZ 17.65 10.12 8.04 -
YUV 82.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 165 41 77 0 0.75 0.53 0.35 342.58 0.6 0.4
Hex A5 29 4D 0 4B 35 23 157 3C 28
Octal 245 51 115 0 113 65 43 527 74 50
Binary 10100101 101001 1001101 0 1001011 110101 100011 101010111 111100 101000

Color Harmonies of #A5294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5294D

Black with #A5294D

Text Example


Text Example

White with #A5294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5294D; }

 p { color: rgb(165,41,77); }

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

background-color css

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

 a { background-color: rgb(165,41,77); }

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

border-color css

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

 span { border-color: rgb(165,41,77); }

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