Html Css Color HEX #AB204D Lipstick

📋 copy color: '#AB204D'

red 171 ◦ green 32 ◦ blue 77

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

Shades of Lipstick #AB204D

Tints of Lipstick #AB204D

RGB

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

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

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

R = 61.07%
G = 11.43%
B = 27.5%

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

#AB204D (or 0xAB204D) is known color: Lipstick. HEX triplet: AB, 20 and 4D. RGB value is (171,32,77). Sum of RGB (Red+Green+Blue) = 171+32+77=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB204D is #54DFB2. Grayscale: #4E4E4E. Windows color (decimal): -5562291 or 5054635. OLE color: 5054635.

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

Color convert

RGB 171 32 77 -
CMYK 0 0.81 0.55 0.33
HSL 340.58º 0.68% 0.4% -
HSV(B) 340.58º 0.81% 0.67% -
XYZ 18.65 10.23 8.01 -
YUV 78.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 171 32 77 0 0.81 0.55 0.33 340.58 0.68 0.4
Hex AB 20 4D 0 51 37 21 155 44 28
Octal 253 40 115 0 121 67 41 525 104 50
Binary 10101011 100000 1001101 0 1010001 110111 100001 101010101 1000100 101000

Color Harmonies of #AB204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB204D

Black with #AB204D

Text Example


Text Example

White with #AB204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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