Html Css Color HEX #A5204C Lipstick

📋 copy color: '#A5204C'

red 165 ◦ green 32 ◦ blue 76

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

Shades of Lipstick #A5204C

Tints of Lipstick #A5204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 60.44%
G = 11.72%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5204C (or 0xA5204C) is known color: Lipstick. HEX triplet: A5, 20 and 4C. RGB value is (165,32,76). Sum of RGB (Red+Green+Blue) = 165+32+76=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5204C is #5ADFB3. Grayscale: #4C4C4C. Windows color (decimal): -5955508 or 4989093. OLE color: 4989093.

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

Color convert

RGB 165 32 76 -
CMYK 0 0.81 0.54 0.35
HSL 340.15º 0.68% 0.39% -
HSV(B) 340.15º 0.81% 0.65% -
XYZ 17.34 9.55 7.77 -
YUV 76.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 165 32 76 0 0.81 0.54 0.35 340.15 0.68 0.39
Hex A5 20 4C 0 51 36 23 154 44 27
Octal 245 40 114 0 121 66 43 524 104 47
Binary 10100101 100000 1001100 0 1010001 110110 100011 101010100 1000100 100111

Color Harmonies of #A5204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5204C

Black with #A5204C

Text Example


Text Example

White with #A5204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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