#AF1356

Color #AF1356 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF1356

Tints of Jazzberry Jam #AF1356

Color information

#AF1356 (or 0xAF1356) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 13 and 56. RGB value is (175,19,86). Sum of RGB (Red+Green+Blue) = 175+19+86=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1356 is #50ECA9. Grayscale: #494949. Windows color (decimal): -5303466 or 5641135. OLE color: 5641135.

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

Color convert

RGB1751986-
CMYK00.890.510.31
HSL334.23º80.41%38.04%-
HSV(B)334.23º89.14%68.63%-
XYZ19.5910.259.75-
YUV73.28135.18200.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=62.5%
G=6.79%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175198600.890.510.31334.2380.4138.04
HexAF1356059331F14e5026
Octal257231260131633751612046
Binary1010111110011101011001011001110011111111010011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1356; }

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

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

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

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

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

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

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

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