Html Css Color HEX #AB275D Lipstick

📋 copy color: '#AB275D'

red 171 ◦ green 39 ◦ blue 93

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

Shades of Lipstick #AB275D

Tints of Lipstick #AB275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 56.44%
G = 12.87%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB275D (or 0xAB275D) is known color: Lipstick. HEX triplet: AB, 27 and 5D. RGB value is (171,39,93). Sum of RGB (Red+Green+Blue) = 171+39+93=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB275D is #54D8A2. Grayscale: #545454. Windows color (decimal): -5560483 or 6105003. OLE color: 6105003.

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

Color convert

RGB 171 39 93 -
CMYK 0 0.77 0.46 0.33
HSL 335.45º 0.63% 0.41% -
HSV(B) 335.45º 0.77% 0.67% -
XYZ 19.5 10.9 11.43 -
YUV 84.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 171 39 93 0 0.77 0.46 0.33 335.45 0.63 0.41
Hex AB 27 5D 0 4D 2E 21 14F 3F 29
Octal 253 47 135 0 115 56 41 517 77 51
Binary 10101011 100111 1011101 0 1001101 101110 100001 101001111 111111 101001

Color Harmonies of #AB275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB275D

Black with #AB275D

Text Example


Text Example

White with #AB275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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