Html Css Color HEX #AB275F Lipstick

📋 copy color: '#AB275F'

red 171 ◦ green 39 ◦ blue 95

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

Shades of Lipstick #AB275F

Tints of Lipstick #AB275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 56.07%
G = 12.79%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB275F (or 0xAB275F) is known color: Lipstick. HEX triplet: AB, 27 and 5F. RGB value is (171,39,95). Sum of RGB (Red+Green+Blue) = 171+39+95=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB275F is #54D8A0. Grayscale: #545454. Windows color (decimal): -5560481 or 6236075. OLE color: 6236075.

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

Color convert

RGB 171 39 95 -
CMYK 0 0.77 0.44 0.33
HSL 334.55º 0.63% 0.41% -
HSV(B) 334.55º 0.77% 0.67% -
XYZ 19.59 10.94 11.9 -
YUV 84.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 171 39 95 0 0.77 0.44 0.33 334.55 0.63 0.41
Hex AB 27 5F 0 4D 2C 21 14F 3F 29
Octal 253 47 137 0 115 54 41 517 77 51
Binary 10101011 100111 1011111 0 1001101 101100 100001 101001111 111111 101001

Color Harmonies of #AB275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB275F

Black with #AB275F

Text Example


Text Example

White with #AB275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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