#AF3F56

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

Shades of Hippie Pink #AF3F56

Tints of Hippie Pink #AF3F56

Color information

#AF3F56 (or 0xAF3F56) is unknown color: approx Hippie Pink. HEX triplet: AF, 3F and 56. RGB value is (175,63,86). Sum of RGB (Red+Green+Blue) = 175+63+86=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F56 is #50C0A9. Grayscale: #636363. Windows color (decimal): -5292202 or 5652399. OLE color: 5652399.

HSL color Cylindrical-coordinate representation of color #AF3F56: hue angle of 347.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F56 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1756386-
CMYK00.640.510.31
HSL347.68º47.06%46.67%-
HSV(B)347.68º64%68.63%-
XYZ21.1413.3410.27-
YUV99.11120.61182.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=54.01%
G=19.44%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175638600.640.510.31347.6847.0646.67
HexAF3F56040331F15c2f2f
Octal25777126010063375345757
Binary1010111111111110101100100000011001111111101011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F56; }

 p { color: rgb(175,63,86); }

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

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

 a { background-color: rgb(175,63,86); }

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

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

 span { border-color: rgb(175,63,86); }

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