#AF0356

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

Shades of Jazzberry Jam #AF0356

Tints of Jazzberry Jam #AF0356

Color information

#AF0356 (or 0xAF0356) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 03 and 56. RGB value is (175,3,86). Sum of RGB (Red+Green+Blue) = 175+3+86=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0356 is #50FCA9. Grayscale: #3F3F3F. Windows color (decimal): -5307562 or 5637039. OLE color: 5637039.

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

Color convert

RGB175386-
CMYK00.980.510.31
HSL331.05º96.63%34.9%-
HSV(B)331.05º98.29%68.63%-
XYZ19.399.859.68-
YUV63.89140.48207.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.29%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=66.29%
G=1.14%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17538600.980.510.31331.0596.6334.9
HexAF356062331F14b6123
Octal25731260142633751314143
Binary1010111111101011001100010110011111111010010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0356; }

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

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

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

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

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

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

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

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