Html Css Color HEX #AB2553 Lipstick

📋 copy color: '#AB2553'

red 171 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #AB2553

Tints of Lipstick #AB2553

RGB

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

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

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

R = 58.76%
G = 12.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB2553 (or 0xAB2553) is known color: Lipstick. HEX triplet: AB, 25 and 53. RGB value is (171,37,83). Sum of RGB (Red+Green+Blue) = 171+37+83=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2553 is #54DAAC. Grayscale: #525252. Windows color (decimal): -5561005 or 5449131. OLE color: 5449131.

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

Color convert

RGB 171 37 83 -
CMYK 0 0.78 0.51 0.33
HSL 339.4º 0.64% 0.41% -
HSV(B) 339.4º 0.78% 0.67% -
XYZ 19.02 10.61 9.23 -
YUV 82.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 171 37 83 0 0.78 0.51 0.33 339.4 0.64 0.41
Hex AB 25 53 0 4E 33 21 153 40 29
Octal 253 45 123 0 116 63 41 523 100 51
Binary 10101011 100101 1010011 0 1001110 110011 100001 101010011 1000000 101001

Color Harmonies of #AB2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2553

Black with #AB2553

Text Example


Text Example

White with #AB2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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