Html Css Color HEX #AB2762 Lipstick

📋 copy color: '#AB2762'

red 171 ◦ green 39 ◦ blue 98

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

Shades of Lipstick #AB2762

Tints of Lipstick #AB2762

RGB

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

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

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

R = 55.52%
G = 12.66%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2762 (or 0xAB2762) is known color: Lipstick. HEX triplet: AB, 27 and 62. RGB value is (171,39,98). Sum of RGB (Red+Green+Blue) = 171+39+98=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2762 is #54D89D. Grayscale: #555555. Windows color (decimal): -5560478 or 6432683. OLE color: 6432683.

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

Color convert

RGB 171 39 98 -
CMYK 0 0.77 0.43 0.33
HSL 333.18º 0.63% 0.41% -
HSV(B) 333.18º 0.77% 0.67% -
XYZ 19.72 10.99 12.64 -
YUV 85.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 171 39 98 0 0.77 0.43 0.33 333.18 0.63 0.41
Hex AB 27 62 0 4D 2B 21 14D 3F 29
Octal 253 47 142 0 115 53 41 515 77 51
Binary 10101011 100111 1100010 0 1001101 101011 100001 101001101 111111 101001

Color Harmonies of #AB2762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2762

Black with #AB2762

Text Example


Text Example

White with #AB2762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2762; }

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

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

background-color css

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

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

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

border-color css

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

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

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