Html Css Color HEX #AB2558 Lipstick

📋 copy color: '#AB2558'

red 171 ◦ green 37 ◦ blue 88

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

Shades of Lipstick #AB2558

Tints of Lipstick #AB2558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 57.77%
G = 12.5%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2558 (or 0xAB2558) is known color: Lipstick. HEX triplet: AB, 25 and 58. RGB value is (171,37,88). Sum of RGB (Red+Green+Blue) = 171+37+88=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2558 is #54DAA7. Grayscale: #525252. Windows color (decimal): -5561000 or 5776811. OLE color: 5776811.

HSL color Cylindrical-coordinate representation of color #AB2558: hue angle of 337.16º 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 #AB2558 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 88 -
CMYK 0 0.78 0.49 0.33
HSL 337.16º 0.64% 0.41% -
HSV(B) 337.16º 0.78% 0.67% -
XYZ 19.22 10.69 10.28 -
YUV 82.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 171 37 88 0 0.78 0.49 0.33 337.16 0.64 0.41
Hex AB 25 58 0 4E 31 21 151 40 29
Octal 253 45 130 0 116 61 41 521 100 51
Binary 10101011 100101 1011000 0 1001110 110001 100001 101010001 1000000 101001

Color Harmonies of #AB2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2558

Black with #AB2558

Text Example


Text Example

White with #AB2558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2558; }

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

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

background-color css

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

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

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

border-color css

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

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

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