#AB454F

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

Shades of Hippie Pink #AB454F

Tints of Hippie Pink #AB454F

Color information

#AB454F (or 0xAB454F) is unknown color: approx Hippie Pink. HEX triplet: AB, 45 and 4F. RGB value is (171,69,79). Sum of RGB (Red+Green+Blue) = 171+69+79=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB454F is #54BAB0. Grayscale: #646464. Windows color (decimal): -5552817 or 5195179. OLE color: 5195179.

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

Color convert

RGB1716979-
CMYK00.600.540.33
HSL354.12º42.5%47.06%-
HSV(B)354.12º59.65%67.06%-
XYZ20.3313.488.93-
YUV100.64115.79178.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=53.61%
G=21.63%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171697900.600.540.33354.1242.547.06
HexAB454F03C36211622a2f
Octal25310511707466415425257
Binary10101011100010110011110111100110110100001101100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB454F; }

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

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

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

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

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

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

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

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