Html Css Color HEX #AB285C Lipstick

📋 copy color: '#AB285C'

red 171 ◦ green 40 ◦ blue 92

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

Shades of Lipstick #AB285C

Tints of Lipstick #AB285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 56.44%
G = 13.2%
B = 30.36%

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

#AB285C (or 0xAB285C) is known color: Lipstick. HEX triplet: AB, 28 and 5C. RGB value is (171,40,92). Sum of RGB (Red+Green+Blue) = 171+40+92=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB285C is #54D7A3. Grayscale: #555555. Windows color (decimal): -5560228 or 6039723. OLE color: 6039723.

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

Color convert

RGB 171 40 92 -
CMYK 0 0.77 0.46 0.33
HSL 336.18º 0.62% 0.41% -
HSV(B) 336.18º 0.77% 0.67% -
XYZ 19.49 10.95 11.21 -
YUV 85.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 171 40 92 0 0.77 0.46 0.33 336.18 0.62 0.41
Hex AB 28 5C 0 4D 2E 21 150 3E 29
Octal 253 50 134 0 115 56 41 520 76 51
Binary 10101011 101000 1011100 0 1001101 101110 100001 101010000 111110 101001

Color Harmonies of #AB285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB285C

Black with #AB285C

Text Example


Text Example

White with #AB285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB285C; }

 p { color: rgb(171,40,92); }

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

background-color css

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

 a { background-color: rgb(171,40,92); }

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

border-color css

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

 span { border-color: rgb(171,40,92); }

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