Html Css Color HEX #AB204F Lipstick

📋 copy color: '#AB204F'

red 171 ◦ green 32 ◦ blue 79

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

Shades of Lipstick #AB204F

Tints of Lipstick #AB204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 60.64%
G = 11.35%
B = 28.01%

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

#AB204F (or 0xAB204F) is known color: Lipstick. HEX triplet: AB, 20 and 4F. RGB value is (171,32,79). Sum of RGB (Red+Green+Blue) = 171+32+79=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB204F is #54DFB0. Grayscale: #4E4E4E. Windows color (decimal): -5562289 or 5185707. OLE color: 5185707.

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

Color convert

RGB 171 32 79 -
CMYK 0 0.81 0.54 0.33
HSL 339.71º 0.68% 0.4% -
HSV(B) 339.71º 0.81% 0.67% -
XYZ 18.72 10.26 8.39 -
YUV 78.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 171 32 79 0 0.81 0.54 0.33 339.71 0.68 0.4
Hex AB 20 4F 0 51 36 21 154 44 28
Octal 253 40 117 0 121 66 41 524 104 50
Binary 10101011 100000 1001111 0 1010001 110110 100001 101010100 1000100 101000

Color Harmonies of #AB204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB204F

Black with #AB204F

Text Example


Text Example

White with #AB204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB204F; }

 p { color: rgb(171,32,79); }

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

background-color css

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

 a { background-color: rgb(171,32,79); }

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

border-color css

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

 span { border-color: rgb(171,32,79); }

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