Html Css Color HEX #AB245B Lipstick

📋 copy color: '#AB245B'

red 171 ◦ green 36 ◦ blue 91

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

Shades of Lipstick #AB245B

Tints of Lipstick #AB245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 57.38%
G = 12.08%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB245B (or 0xAB245B) is known color: Lipstick. HEX triplet: AB, 24 and 5B. RGB value is (171,36,91). Sum of RGB (Red+Green+Blue) = 171+36+91=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB245B is #54DBA4. Grayscale: #525252. Windows color (decimal): -5561253 or 5973163. OLE color: 5973163.

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

Color convert

RGB 171 36 91 -
CMYK 0 0.79 0.47 0.33
HSL 335.56º 0.65% 0.41% -
HSV(B) 335.56º 0.79% 0.67% -
XYZ 19.31 10.68 10.94 -
YUV 82.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 171 36 91 0 0.79 0.47 0.33 335.56 0.65 0.41
Hex AB 24 5B 0 4F 2F 21 150 41 29
Octal 253 44 133 0 117 57 41 520 101 51
Binary 10101011 100100 1011011 0 1001111 101111 100001 101010000 1000001 101001

Color Harmonies of #AB245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB245B

Black with #AB245B

Text Example


Text Example

White with #AB245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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