Html Css Color HEX #AB255D Lipstick

📋 copy color: '#AB255D'

red 171 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #AB255D

Tints of Lipstick #AB255D

RGB

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

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

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

R = 56.81%
G = 12.29%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB255D (or 0xAB255D) is known color: Lipstick. HEX triplet: AB, 25 and 5D. RGB value is (171,37,93). Sum of RGB (Red+Green+Blue) = 171+37+93=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB255D is #54DAA2. Grayscale: #535353. Windows color (decimal): -5560995 or 6104491. OLE color: 6104491.

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

Color convert

RGB 171 37 93 -
CMYK 0 0.78 0.46 0.33
HSL 334.93º 0.64% 0.41% -
HSV(B) 334.93º 0.78% 0.67% -
XYZ 19.43 10.77 11.41 -
YUV 83.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 171 37 93 0 0.78 0.46 0.33 334.93 0.64 0.41
Hex AB 25 5D 0 4E 2E 21 14F 40 29
Octal 253 45 135 0 116 56 41 517 100 51
Binary 10101011 100101 1011101 0 1001110 101110 100001 101001111 1000000 101001

Color Harmonies of #AB255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB255D

Black with #AB255D

Text Example


Text Example

White with #AB255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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