Html Css Color HEX #A5315B Lipstick

📋 copy color: '#A5315B'

red 165 ◦ green 49 ◦ blue 91

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

Shades of Lipstick #A5315B

Tints of Lipstick #A5315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 54.1%
G = 16.07%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5315B (or 0xA5315B) is known color: Lipstick. HEX triplet: A5, 31 and 5B. RGB value is (165,49,91). Sum of RGB (Red+Green+Blue) = 165+49+91=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5315B is #5ACEA4. Grayscale: #585858. Windows color (decimal): -5951141 or 5976485. OLE color: 5976485.

HSL color Cylindrical-coordinate representation of color #A5315B: hue angle of 338.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5315B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 91 -
CMYK 0 0.70 0.45 0.35
HSL 338.28º 0.54% 0.42% -
HSV(B) 338.28º 0.7% 0.65% -
XYZ 18.5 10.95 11.04 -
YUV 88.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 165 49 91 0 0.70 0.45 0.35 338.28 0.54 0.42
Hex A5 31 5B 0 46 2D 23 152 36 2A
Octal 245 61 133 0 106 55 43 522 66 52
Binary 10100101 110001 1011011 0 1000110 101101 100011 101010010 110110 101010

Color Harmonies of #A5315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5315B

Black with #A5315B

Text Example


Text Example

White with #A5315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5315B; }

 p { color: rgb(165,49,91); }

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

background-color css

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

 a { background-color: rgb(165,49,91); }

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

border-color css

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

 span { border-color: rgb(165,49,91); }

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