Html Css Color HEX #A02550 Lipstick

📋 copy color: '#A02550'

red 160 ◦ green 37 ◦ blue 80

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

Shades of Lipstick #A02550

Tints of Lipstick #A02550

RGB

 RED value IS 160 (62.89% from 255) = 57.76%

 GREEN value IS 37 (14.84% from 255) = 13.36%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 57.76%
G = 13.36%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A02550 (or 0xA02550) is known color: Lipstick. HEX triplet: A0, 25 and 50. RGB value is (160,37,80). Sum of RGB (Red+Green+Blue) = 160+37+80=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A02550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02550 is #5FDAAF. Grayscale: #4E4E4E. Windows color (decimal): -6281904 or 5252512. OLE color: 5252512.

HSL color Cylindrical-coordinate representation of color #A02550: hue angle of 339.02º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02550 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 80 -
CMYK 0 0.77 0.5 0.37
HSL 339.02º 0.62% 0.39% -
HSV(B) 339.02º 0.77% 0.63% -
XYZ 16.61 9.38 8.52 -
YUV 78.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 160 37 80 0 0.77 0.5 0.37 339.02 0.62 0.39
Hex A0 25 50 0 4D 32 25 153 3E 27
Octal 240 45 120 0 115 62 45 523 76 47
Binary 10100000 100101 1010000 0 1001101 110010 100101 101010011 111110 100111

Color Harmonies of #A02550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02550

Black with #A02550

Text Example


Text Example

White with #A02550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02550; }

 p { color: rgb(160,37,80); }

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

background-color css

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

 a { background-color: rgb(160,37,80); }

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

border-color css

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

 span { border-color: rgb(160,37,80); }

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