Html Css Color HEX #AB2355 Lipstick

📋 copy color: '#AB2355'

red 171 ◦ green 35 ◦ blue 85

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

Shades of Lipstick #AB2355

Tints of Lipstick #AB2355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 58.76%
G = 12.03%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB2355 (or 0xAB2355) is known color: Lipstick. HEX triplet: AB, 23 and 55. RGB value is (171,35,85). Sum of RGB (Red+Green+Blue) = 171+35+85=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2355 is #54DCAA. Grayscale: #515151. Windows color (decimal): -5561515 or 5579691. OLE color: 5579691.

HSL color Cylindrical-coordinate representation of color #AB2355: hue angle of 337.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2355 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 85 -
CMYK 0 0.80 0.50 0.33
HSL 337.94º 0.66% 0.4% -
HSV(B) 337.94º 0.8% 0.67% -
XYZ 19.04 10.52 9.62 -
YUV 81.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 171 35 85 0 0.80 0.50 0.33 337.94 0.66 0.4
Hex AB 23 55 0 50 32 21 152 42 28
Octal 253 43 125 0 120 62 41 522 102 50
Binary 10101011 100011 1010101 0 1010000 110010 100001 101010010 1000010 101000

Color Harmonies of #AB2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2355

Black with #AB2355

Text Example


Text Example

White with #AB2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2355; }

 p { color: rgb(171,35,85); }

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

background-color css

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

 a { background-color: rgb(171,35,85); }

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

border-color css

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

 span { border-color: rgb(171,35,85); }

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