Html Css Color HEX #AB214E Lipstick

📋 copy color: '#AB214E'

red 171 ◦ green 33 ◦ blue 78

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

Shades of Lipstick #AB214E

Tints of Lipstick #AB214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 60.64%
G = 11.7%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB214E (or 0xAB214E) is known color: Lipstick. HEX triplet: AB, 21 and 4E. RGB value is (171,33,78). Sum of RGB (Red+Green+Blue) = 171+33+78=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB214E is #54DEB1. Grayscale: #4F4F4F. Windows color (decimal): -5562034 or 5120427. OLE color: 5120427.

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

Color convert

RGB 171 33 78 -
CMYK 0 0.81 0.54 0.33
HSL 340.43º 0.68% 0.4% -
HSV(B) 340.43º 0.81% 0.67% -
XYZ 18.71 10.3 8.21 -
YUV 79.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 171 33 78 0 0.81 0.54 0.33 340.43 0.68 0.4
Hex AB 21 4E 0 51 36 21 154 44 28
Octal 253 41 116 0 121 66 41 524 104 50
Binary 10101011 100001 1001110 0 1010001 110110 100001 101010100 1000100 101000

Color Harmonies of #AB214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB214E

Black with #AB214E

Text Example


Text Example

White with #AB214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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