Html Css Color HEX #AB245C Lipstick

📋 copy color: '#AB245C'

red 171 ◦ green 36 ◦ blue 92

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

Shades of Lipstick #AB245C

Tints of Lipstick #AB245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 57.19%
G = 12.04%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB245C (or 0xAB245C) is known color: Lipstick. HEX triplet: AB, 24 and 5C. RGB value is (171,36,92). Sum of RGB (Red+Green+Blue) = 171+36+92=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB245C is #54DBA3. Grayscale: #525252. Windows color (decimal): -5561252 or 6038699. OLE color: 6038699.

HSL color Cylindrical-coordinate representation of color #AB245C: hue angle of 335.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB245C is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 92 -
CMYK 0 0.79 0.46 0.33
HSL 335.11º 0.65% 0.41% -
HSV(B) 335.11º 0.79% 0.67% -
XYZ 19.36 10.69 11.17 -
YUV 82.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 171 36 92 0 0.79 0.46 0.33 335.11 0.65 0.41
Hex AB 24 5C 0 4F 2E 21 14F 41 29
Octal 253 44 134 0 117 56 41 517 101 51
Binary 10101011 100100 1011100 0 1001111 101110 100001 101001111 1000001 101001

Color Harmonies of #AB245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB245C

Black with #AB245C

Text Example


Text Example

White with #AB245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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