#AB445A

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

Shades of Hippie Pink #AB445A

Tints of Hippie Pink #AB445A

Color information

#AB445A (or 0xAB445A) is unknown color: approx Hippie Pink. HEX triplet: AB, 44 and 5A. RGB value is (171,68,90). Sum of RGB (Red+Green+Blue) = 171+68+90=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB445A is #54BBA5. Grayscale: #656565. Windows color (decimal): -5553062 or 5915819. OLE color: 5915819.

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

Color convert

RGB1716890-
CMYK00.600.470.33
HSL347.18º43.1%46.86%-
HSV(B)347.18º60.23%67.06%-
XYZ20.7113.5311.19-
YUV101.3121.62177.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=51.98%
G=20.67%
B=27.36%

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
Decimal171689000.600.470.33347.1843.146.86
HexAB445A03C2F2115b2b2f
Octal25310413207457415335357
Binary10101011100010010110100111100101111100001101011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB445A; }

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

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

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

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

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

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

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

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