Html Css Color HEX #AB234C Lipstick

📋 copy color: '#AB234C'

red 171 ◦ green 35 ◦ blue 76

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

Shades of Lipstick #AB234C

Tints of Lipstick #AB234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 60.64%
G = 12.41%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB234C (or 0xAB234C) is known color: Lipstick. HEX triplet: AB, 23 and 4C. RGB value is (171,35,76). Sum of RGB (Red+Green+Blue) = 171+35+76=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB234C is #54DCB3. Grayscale: #505050. Windows color (decimal): -5561524 or 4989867. OLE color: 4989867.

HSL color Cylindrical-coordinate representation of color #AB234C: hue angle of 341.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB234C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 76 -
CMYK 0 0.80 0.56 0.33
HSL 341.91º 0.66% 0.4% -
HSV(B) 341.91º 0.8% 0.67% -
XYZ 18.7 10.38 7.86 -
YUV 80.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 171 35 76 0 0.80 0.56 0.33 341.91 0.66 0.4
Hex AB 23 4C 0 50 38 21 156 42 28
Octal 253 43 114 0 120 70 41 526 102 50
Binary 10101011 100011 1001100 0 1010000 111000 100001 101010110 1000010 101000

Color Harmonies of #AB234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB234C

Black with #AB234C

Text Example


Text Example

White with #AB234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB234C; }

 p { color: rgb(171,35,76); }

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

background-color css

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

 a { background-color: rgb(171,35,76); }

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

border-color css

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

 span { border-color: rgb(171,35,76); }

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