#AF1256

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

Shades of Jazzberry Jam #AF1256

Tints of Jazzberry Jam #AF1256

Color information

#AF1256 (or 0xAF1256) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 56. RGB value is (175,18,86). Sum of RGB (Red+Green+Blue) = 175+18+86=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1256 is #50EDA9. Grayscale: #484848. Windows color (decimal): -5303722 or 5640879. OLE color: 5640879.

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

Color convert

RGB1751886-
CMYK00.900.510.31
HSL334.01º81.35%37.84%-
HSV(B)334.01º89.71%68.63%-
XYZ19.5810.229.74-
YUV72.69135.51200.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=62.72%
G=6.45%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175188600.900.510.31334.0181.3537.84
HexAF125605A331F14e5126
Octal257221260132633751612146
Binary1010111110010101011001011010110011111111010011101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1256; }

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

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

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

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

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

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

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

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