#AF0557

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

Shades of Jazzberry Jam #AF0557

Tints of Jazzberry Jam #AF0557

Color information

#AF0557 (or 0xAF0557) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 05 and 57. RGB value is (175,5,87). Sum of RGB (Red+Green+Blue) = 175+5+87=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0557 is #50FAA8. Grayscale: #414141. Windows color (decimal): -5307049 or 5703087. OLE color: 5703087.

HSL color Cylindrical-coordinate representation of color #AF0557: hue angle of 331.06º 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 #AF0557 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB175587-
CMYK00.970.500.31
HSL331.06º94.44%35.29%-
HSV(B)331.06º97.14%68.63%-
XYZ19.459.919.9-
YUV65.18140.32206.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.54%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=65.54%
G=1.87%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17558700.970.500.31331.0694.4435.29
HexAF557061321F14b5e23
Octal25751270141623751313643
Binary10101111101101011101100001110010111111010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0557; }

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

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

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

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

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

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

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

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