Html Css Color HEX #A5315A Lipstick

📋 copy color: '#A5315A'

red 165 ◦ green 49 ◦ blue 90

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

Shades of Lipstick #A5315A

Tints of Lipstick #A5315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 54.28%
G = 16.12%
B = 29.61%

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

#A5315A (or 0xA5315A) is known color: Lipstick. HEX triplet: A5, 31 and 5A. RGB value is (165,49,90). Sum of RGB (Red+Green+Blue) = 165+49+90=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A5315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5315A is #5ACEA5. Grayscale: #585858. Windows color (decimal): -5951142 or 5910949. OLE color: 5910949.

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

Color convert

RGB 165 49 90 -
CMYK 0 0.70 0.45 0.35
HSL 338.79º 0.54% 0.42% -
HSV(B) 338.79º 0.7% 0.65% -
XYZ 18.46 10.93 10.81 -
YUV 88.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 165 49 90 0 0.70 0.45 0.35 338.79 0.54 0.42
Hex A5 31 5A 0 46 2D 23 153 36 2A
Octal 245 61 132 0 106 55 43 523 66 52
Binary 10100101 110001 1011010 0 1000110 101101 100011 101010011 110110 101010

Color Harmonies of #A5315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5315A

Black with #A5315A

Text Example


Text Example

White with #A5315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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