#AB454E

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

Shades of Hippie Pink #AB454E

Tints of Hippie Pink #AB454E

Color information

#AB454E (or 0xAB454E) is unknown color: approx Hippie Pink. HEX triplet: AB, 45 and 4E. RGB value is (171,69,78). Sum of RGB (Red+Green+Blue) = 171+69+78=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB454E is #54BAB1. Grayscale: #646464. Windows color (decimal): -5552818 or 5129643. OLE color: 5129643.

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

Color convert

RGB1716978-
CMYK00.600.540.33
HSL354.71º42.5%47.06%-
HSV(B)354.71º59.65%67.06%-
XYZ20.313.468.74-
YUV100.52115.29178.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=53.77%
G=21.70%
B=24.53%

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
Decimal171697800.600.540.33354.7142.547.06
HexAB454E03C36211632a2f
Octal25310511607466415435257
Binary10101011100010110011100111100110110100001101100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB454E; }

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

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

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

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

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

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

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

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