Html Css Color HEX #A5205B Lipstick

📋 copy color: '#A5205B'

red 165 ◦ green 32 ◦ blue 91

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

Shades of Lipstick #A5205B

Tints of Lipstick #A5205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

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

R = 57.29%
G = 11.11%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5205B (or 0xA5205B) is known color: Lipstick. HEX triplet: A5, 20 and 5B. RGB value is (165,32,91). Sum of RGB (Red+Green+Blue) = 165+32+91=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A5205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5205B is #5ADFA4. Grayscale: #4E4E4E. Windows color (decimal): -5955493 or 5972133. OLE color: 5972133.

HSL color Cylindrical-coordinate representation of color #A5205B: hue angle of 333.38º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5205B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 32 91 -
CMYK 0 0.81 0.45 0.35
HSL 333.38º 0.68% 0.39% -
HSV(B) 333.38º 0.81% 0.65% -
XYZ 17.92 9.79 10.84 -
YUV 78.49 135.06 189.7 -
System Red Green Blue C M Y K H S L
Decimal 165 32 91 0 0.81 0.45 0.35 333.38 0.68 0.39
Hex A5 20 5B 0 51 2D 23 14D 44 27
Octal 245 40 133 0 121 55 43 515 104 47
Binary 10100101 100000 1011011 0 1010001 101101 100011 101001101 1000100 100111

Color Harmonies of #A5205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5205B

Black with #A5205B

Text Example


Text Example

White with #A5205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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