#AB4B5B

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

Shades of Hippie Pink #AB4B5B

Tints of Hippie Pink #AB4B5B

Color information

#AB4B5B (or 0xAB4B5B) is unknown color: approx Hippie Pink. HEX triplet: AB, 4B and 5B. RGB value is (171,75,91). Sum of RGB (Red+Green+Blue) = 171+75+91=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B5B is #54B4A4. Grayscale: #696969. Windows color (decimal): -5551269 or 5983147. OLE color: 5983147.

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

Color convert

RGB1717591-
CMYK00.560.470.33
HSL350º39.02%48.24%-
HSV(B)350º56.14%67.06%-
XYZ21.214.4511.57-
YUV105.53119.8174.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=50.74%
G=22.26%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171759100.560.470.3335039.0248.24
HexAB4B5B0382F2115e2730
Octal25311313307057415364760
Binary10101011100101110110110111000101111100001101011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B5B; }

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

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

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

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

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

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

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

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