Html Css Color HEX #AB214D Lipstick

📋 copy color: '#AB214D'

red 171 ◦ green 33 ◦ blue 77

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

Shades of Lipstick #AB214D

Tints of Lipstick #AB214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 60.85%
G = 11.74%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB214D (or 0xAB214D) is known color: Lipstick. HEX triplet: AB, 21 and 4D. RGB value is (171,33,77). Sum of RGB (Red+Green+Blue) = 171+33+77=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB214D is #54DEB2. Grayscale: #4F4F4F. Windows color (decimal): -5562035 or 5054891. OLE color: 5054891.

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

Color convert

RGB 171 33 77 -
CMYK 0 0.81 0.55 0.33
HSL 340.87º 0.68% 0.4% -
HSV(B) 340.87º 0.81% 0.67% -
XYZ 18.68 10.28 8.02 -
YUV 79.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 171 33 77 0 0.81 0.55 0.33 340.87 0.68 0.4
Hex AB 21 4D 0 51 37 21 155 44 28
Octal 253 41 115 0 121 67 41 525 104 50
Binary 10101011 100001 1001101 0 1010001 110111 100001 101010101 1000100 101000

Color Harmonies of #AB214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB214D

Black with #AB214D

Text Example


Text Example

White with #AB214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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