Html Css Color HEX #AB2053 Lipstick

📋 copy color: '#AB2053'

red 171 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #AB2053

Tints of Lipstick #AB2053

RGB

 RED value IS 171 (67.19% from 255) = 59.79%

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 59.79%
G = 11.19%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB2053 (or 0xAB2053) is known color: Lipstick. HEX triplet: AB, 20 and 53. RGB value is (171,32,83). Sum of RGB (Red+Green+Blue) = 171+32+83=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2053 is #54DFAC. Grayscale: #4F4F4F. Windows color (decimal): -5562285 or 5447851. OLE color: 5447851.

HSL color Cylindrical-coordinate representation of color #AB2053: hue angle of 337.99º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2053 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 83 -
CMYK 0 0.81 0.51 0.33
HSL 337.99º 0.68% 0.4% -
HSV(B) 337.99º 0.81% 0.67% -
XYZ 18.87 10.32 9.18 -
YUV 79.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 171 32 83 0 0.81 0.51 0.33 337.99 0.68 0.4
Hex AB 20 53 0 51 33 21 152 44 28
Octal 253 40 123 0 121 63 41 522 104 50
Binary 10101011 100000 1010011 0 1010001 110011 100001 101010010 1000100 101000

Color Harmonies of #AB2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2053

Black with #AB2053

Text Example


Text Example

White with #AB2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2053; }

 p { color: rgb(171,32,83); }

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

background-color css

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

 a { background-color: rgb(171,32,83); }

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

border-color css

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

 span { border-color: rgb(171,32,83); }

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