Html Css Color HEX #A5295C Lipstick

📋 copy color: '#A5295C'

red 165 ◦ green 41 ◦ blue 92

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

Shades of Lipstick #A5295C

Tints of Lipstick #A5295C

RGB

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

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

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

R = 55.37%
G = 13.76%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5295C (or 0xA5295C) is known color: Lipstick. HEX triplet: A5, 29 and 5C. RGB value is (165,41,92). Sum of RGB (Red+Green+Blue) = 165+41+92=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5295C is #5AD6A3. Grayscale: #535353. Windows color (decimal): -5953188 or 6039973. OLE color: 6039973.

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

Color convert

RGB 165 41 92 -
CMYK 0 0.75 0.44 0.35
HSL 335.32º 0.6% 0.4% -
HSV(B) 335.32º 0.75% 0.65% -
XYZ 18.24 10.36 11.16 -
YUV 83.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 165 41 92 0 0.75 0.44 0.35 335.32 0.6 0.4
Hex A5 29 5C 0 4B 2C 23 14F 3C 28
Octal 245 51 134 0 113 54 43 517 74 50
Binary 10100101 101001 1011100 0 1001011 101100 100011 101001111 111100 101000

Color Harmonies of #A5295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5295C

Black with #A5295C

Text Example


Text Example

White with #A5295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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