Html Css Color HEX #AB215B Lipstick

📋 copy color: '#AB215B'

red 171 ◦ green 33 ◦ blue 91

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

Shades of Lipstick #AB215B

Tints of Lipstick #AB215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 57.97%
G = 11.19%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB215B (or 0xAB215B) is known color: Lipstick. HEX triplet: AB, 21 and 5B. RGB value is (171,33,91). Sum of RGB (Red+Green+Blue) = 171+33+91=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB215B is #54DEA4. Grayscale: #505050. Windows color (decimal): -5562021 or 5972395. OLE color: 5972395.

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

Color convert

RGB 171 33 91 -
CMYK 0 0.81 0.47 0.33
HSL 334.78º 0.68% 0.4% -
HSV(B) 334.78º 0.81% 0.67% -
XYZ 19.23 10.5 10.91 -
YUV 80.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 171 33 91 0 0.81 0.47 0.33 334.78 0.68 0.4
Hex AB 21 5B 0 51 2F 21 14F 44 28
Octal 253 41 133 0 121 57 41 517 104 50
Binary 10101011 100001 1011011 0 1010001 101111 100001 101001111 1000100 101000

Color Harmonies of #AB215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB215B

Black with #AB215B

Text Example


Text Example

White with #AB215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB215B; }

 p { color: rgb(171,33,91); }

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

background-color css

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

 a { background-color: rgb(171,33,91); }

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

border-color css

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

 span { border-color: rgb(171,33,91); }

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