#AB415B

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

Shades of Hippie Pink #AB415B

Tints of Hippie Pink #AB415B

Color information

#AB415B (or 0xAB415B) is unknown color: approx Hippie Pink. HEX triplet: AB, 41 and 5B. RGB value is (171,65,91). Sum of RGB (Red+Green+Blue) = 171+65+91=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415B is #54BEA4. Grayscale: #636363. Windows color (decimal): -5553829 or 5980587. OLE color: 5980587.

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

Color convert

RGB1716591-
CMYK00.620.470.33
HSL345.28º44.92%46.27%-
HSV(B)345.28º61.99%67.06%-
XYZ20.5713.1911.36-
YUV99.66123.12178.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=52.29%
G=19.88%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171659100.620.470.33345.2844.9246.27
HexAB415B03E2F211592d2e
Octal25310113307657415315556
Binary10101011100000110110110111110101111100001101011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB415B; }

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

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

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

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

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

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

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

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