Html Css Color HEX #AB2562 Lipstick

📋 copy color: '#AB2562'

red 171 ◦ green 37 ◦ blue 98

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

Shades of Lipstick #AB2562

Tints of Lipstick #AB2562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 55.88%
G = 12.09%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2562 (or 0xAB2562) is known color: Lipstick. HEX triplet: AB, 25 and 62. RGB value is (171,37,98). Sum of RGB (Red+Green+Blue) = 171+37+98=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2562 is #54DA9D. Grayscale: #535353. Windows color (decimal): -5560990 or 6432171. OLE color: 6432171.

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

Color convert

RGB 171 37 98 -
CMYK 0 0.78 0.43 0.33
HSL 332.69º 0.64% 0.41% -
HSV(B) 332.69º 0.78% 0.67% -
XYZ 19.66 10.86 12.62 -
YUV 84.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 171 37 98 0 0.78 0.43 0.33 332.69 0.64 0.41
Hex AB 25 62 0 4E 2B 21 14D 40 29
Octal 253 45 142 0 116 53 41 515 100 51
Binary 10101011 100101 1100010 0 1001110 101011 100001 101001101 1000000 101001

Color Harmonies of #AB2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2562

Black with #AB2562

Text Example


Text Example

White with #AB2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2562; }

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

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

background-color css

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

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

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

border-color css

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

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

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