#AF3F55

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

Shades of Hippie Pink #AF3F55

Tints of Hippie Pink #AF3F55

Color information

#AF3F55 (or 0xAF3F55) is unknown color: approx Hippie Pink. HEX triplet: AF, 3F and 55. RGB value is (175,63,85). Sum of RGB (Red+Green+Blue) = 175+63+85=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F55 is #50C0AA. Grayscale: #636363. Windows color (decimal): -5292203 or 5586863. OLE color: 5586863.

HSL color Cylindrical-coordinate representation of color #AF3F55: hue angle of 348.21º 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 #AF3F55 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1756385-
CMYK00.640.510.31
HSL348.21º47.06%46.67%-
HSV(B)348.21º64%68.63%-
XYZ21.113.3210.05-
YUV99120.11182.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=54.18%
G=19.50%
B=26.32%

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
Decimal175638500.640.510.31348.2147.0646.67
HexAF3F55040331F15c2f2f
Octal25777125010063375345757
Binary1010111111111110101010100000011001111111101011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F55; }

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

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

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

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

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

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

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

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