Html Css Color HEX #AB225C Lipstick

📋 copy color: '#AB225C'

red 171 ◦ green 34 ◦ blue 92

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

Shades of Lipstick #AB225C

Tints of Lipstick #AB225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 57.58%
G = 11.45%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB225C (or 0xAB225C) is known color: Lipstick. HEX triplet: AB, 22 and 5C. RGB value is (171,34,92). Sum of RGB (Red+Green+Blue) = 171+34+92=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB225C is #54DDA3. Grayscale: #515151. Windows color (decimal): -5561764 or 6038187. OLE color: 6038187.

HSL color Cylindrical-coordinate representation of color #AB225C: hue angle of 334.6º degrees, saturation: 0.67, 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 #AB225C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 92 -
CMYK 0 0.80 0.46 0.33
HSL 334.6º 0.67% 0.4% -
HSV(B) 334.6º 0.8% 0.67% -
XYZ 19.3 10.57 11.15 -
YUV 81.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 171 34 92 0 0.80 0.46 0.33 334.6 0.67 0.4
Hex AB 22 5C 0 50 2E 21 14F 43 28
Octal 253 42 134 0 120 56 41 517 103 50
Binary 10101011 100010 1011100 0 1010000 101110 100001 101001111 1000011 101000

Color Harmonies of #AB225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB225C

Black with #AB225C

Text Example


Text Example

White with #AB225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB225C; }

 p { color: rgb(171,34,92); }

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

background-color css

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

 a { background-color: rgb(171,34,92); }

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

border-color css

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

 span { border-color: rgb(171,34,92); }

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