#AB445B

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

Shades of Hippie Pink #AB445B

Tints of Hippie Pink #AB445B

Color information

#AB445B (or 0xAB445B) is unknown color: approx Hippie Pink. HEX triplet: AB, 44 and 5B. RGB value is (171,68,91). Sum of RGB (Red+Green+Blue) = 171+68+91=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB445B is #54BBA4. Grayscale: #656565. Windows color (decimal): -5553061 or 5981355. OLE color: 5981355.

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

Color convert

RGB1716891-
CMYK00.600.470.33
HSL346.6º43.1%46.86%-
HSV(B)346.6º60.23%67.06%-
XYZ20.7513.5511.42-
YUV101.42122.12177.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=51.82%
G=20.61%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171689100.600.470.33346.643.146.86
HexAB445B03C2F2115b2b2f
Octal25310413307457415335357
Binary10101011100010010110110111100101111100001101011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB445B; }

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

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

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

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

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

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

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

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