Html Css Color HEX #AB255F Lipstick

📋 copy color: '#AB255F'

red 171 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #AB255F

Tints of Lipstick #AB255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 56.44%
G = 12.21%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB255F (or 0xAB255F) is known color: Lipstick. HEX triplet: AB, 25 and 5F. RGB value is (171,37,95). Sum of RGB (Red+Green+Blue) = 171+37+95=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB255F is #54DAA0. Grayscale: #535353. Windows color (decimal): -5560993 or 6235563. OLE color: 6235563.

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

Color convert

RGB 171 37 95 -
CMYK 0 0.78 0.44 0.33
HSL 334.03º 0.64% 0.41% -
HSV(B) 334.03º 0.78% 0.67% -
XYZ 19.52 10.81 11.88 -
YUV 83.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 171 37 95 0 0.78 0.44 0.33 334.03 0.64 0.41
Hex AB 25 5F 0 4E 2C 21 14E 40 29
Octal 253 45 137 0 116 54 41 516 100 51
Binary 10101011 100101 1011111 0 1001110 101100 100001 101001110 1000000 101001

Color Harmonies of #AB255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB255F

Black with #AB255F

Text Example


Text Example

White with #AB255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB255F; }

 p { color: rgb(171,37,95); }

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

background-color css

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

 a { background-color: rgb(171,37,95); }

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

border-color css

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

 span { border-color: rgb(171,37,95); }

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