#AB484E

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

Shades of Hippie Pink #AB484E

Tints of Hippie Pink #AB484E

Color information

#AB484E (or 0xAB484E) is unknown color: approx Hippie Pink. HEX triplet: AB, 48 and 4E. RGB value is (171,72,78). Sum of RGB (Red+Green+Blue) = 171+72+78=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB484E is #54B7B1. Grayscale: #666666. Windows color (decimal): -5552050 or 5130411. OLE color: 5130411.

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

Color convert

RGB1717278-
CMYK00.580.540.33
HSL356.36º40.74%47.65%-
HSV(B)356.36º57.89%67.06%-
XYZ20.4913.848.8-
YUV102.28114.3177.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=53.27%
G=22.43%
B=24.30%

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
Decimal171727800.580.540.33356.3640.7447.65
HexAB484E03A36211642930
Octal25311011607266415445160
Binary10101011100100010011100111010110110100001101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB484E; }

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

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

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

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

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

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

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

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