#AF0556

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

Shades of Jazzberry Jam #AF0556

Tints of Jazzberry Jam #AF0556

Color information

#AF0556 (or 0xAF0556) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 05 and 56. RGB value is (175,5,86). Sum of RGB (Red+Green+Blue) = 175+5+86=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0556 is #50FAA9. Grayscale: #404040. Windows color (decimal): -5307050 or 5637551. OLE color: 5637551.

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

Color convert

RGB175586-
CMYK00.970.510.31
HSL331.41º94.44%35.29%-
HSV(B)331.41º97.14%68.63%-
XYZ19.419.899.69-
YUV65.06139.82206.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=65.79%
G=1.88%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17558600.970.510.31331.4194.4435.29
HexAF556061331F14b5e23
Octal25751260141633751313643
Binary10101111101101011001100001110011111111010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0556; }

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

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

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

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

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

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

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

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