#AB405A

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

Shades of Hippie Pink #AB405A

Tints of Hippie Pink #AB405A

Color information

#AB405A (or 0xAB405A) is unknown color: approx Hippie Pink. HEX triplet: AB, 40 and 5A. RGB value is (171,64,90). Sum of RGB (Red+Green+Blue) = 171+64+90=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405A is #54BFA5. Grayscale: #626262. Windows color (decimal): -5554086 or 5914795. OLE color: 5914795.

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

Color convert

RGB1716490-
CMYK00.630.470.33
HSL345.42º45.53%46.08%-
HSV(B)345.42º62.57%67.06%-
XYZ20.4713.0611.12-
YUV98.96122.95179.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=52.62%
G=19.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171649000.630.470.33345.4245.5346.08
HexAB405A03F2F211592e2e
Octal25310013207757415315656
Binary10101011100000010110100111111101111100001101011001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB405A; }

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

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

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

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

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

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

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

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