#AB484F

Color #AB484F Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AB484F

Tints of Hippie Pink #AB484F

Color information

#AB484F (or 0xAB484F) is unknown color: approx Hippie Pink. HEX triplet: AB, 48 and 4F. RGB value is (171,72,79). Sum of RGB (Red+Green+Blue) = 171+72+79=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB484F is #54B7B0. Grayscale: #666666. Windows color (decimal): -5552049 or 5195947. OLE color: 5195947.

HSL color Cylindrical-coordinate representation of color #AB484F: hue angle of 355.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB484F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1717279-
CMYK00.580.540.33
HSL355.76º40.74%47.65%-
HSV(B)355.76º57.89%67.06%-
XYZ20.5213.868.99-
YUV102.4114.8176.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=53.11%
G=22.36%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171727900.580.540.33355.7640.7447.65
HexAB484F03A36211642930
Octal25311011707266415445160
Binary10101011100100010011110111010110110100001101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB484F; }

 p { color: rgb(171,72,79); }

 H1.HeaderClassName
 {
   color: #AB484F;
 }
 .AnyTagClassName
 {
   color: #AB484F;
 }
</style>
background-color css

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

 a { background-color: rgb(171,72,79); }

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

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

 span { border-color: rgb(171,72,79); }

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