Html Css Color HEX #AB265B Lipstick

📋 copy color: '#AB265B'

red 171 ◦ green 38 ◦ blue 91

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

Shades of Lipstick #AB265B

Tints of Lipstick #AB265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 57%
G = 12.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB265B (or 0xAB265B) is known color: Lipstick. HEX triplet: AB, 26 and 5B. RGB value is (171,38,91). Sum of RGB (Red+Green+Blue) = 171+38+91=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB265B is #54D9A4. Grayscale: #535353. Windows color (decimal): -5560741 or 5973675. OLE color: 5973675.

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

Color convert

RGB 171 38 91 -
CMYK 0 0.78 0.47 0.33
HSL 336.09º 0.64% 0.41% -
HSV(B) 336.09º 0.78% 0.67% -
XYZ 19.38 10.8 10.96 -
YUV 83.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 171 38 91 0 0.78 0.47 0.33 336.09 0.64 0.41
Hex AB 26 5B 0 4E 2F 21 150 40 29
Octal 253 46 133 0 116 57 41 520 100 51
Binary 10101011 100110 1011011 0 1001110 101111 100001 101010000 1000000 101001

Color Harmonies of #AB265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB265B

Black with #AB265B

Text Example


Text Example

White with #AB265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB265B; }

 p { color: rgb(171,38,91); }

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

background-color css

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

 a { background-color: rgb(171,38,91); }

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

border-color css

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

 span { border-color: rgb(171,38,91); }

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