#AF4257

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

Shades of Hippie Pink #AF4257

Tints of Hippie Pink #AF4257

Color information

#AF4257 (or 0xAF4257) is unknown color: approx Hippie Pink. HEX triplet: AF, 42 and 57. RGB value is (175,66,87). Sum of RGB (Red+Green+Blue) = 175+66+87=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4257 is #50BDA8. Grayscale: #656565. Windows color (decimal): -5291433 or 5718703. OLE color: 5718703.

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

Color convert

RGB1756687-
CMYK00.620.500.31
HSL348.44º45.23%47.25%-
HSV(B)348.44º62.29%68.63%-
XYZ21.3513.710.54-
YUV100.98120.11180.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=53.35%
G=20.12%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175668700.620.500.31348.4445.2347.25
HexAF425703E321F15c2d2f
Octal25710212707662375345557
Binary1010111110000101010111011111011001011111101011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4257; }

 p { color: rgb(175,66,87); }

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

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

 a { background-color: rgb(175,66,87); }

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

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

 span { border-color: rgb(175,66,87); }

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