#AF0357

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

Shades of Jazzberry Jam #AF0357

Tints of Jazzberry Jam #AF0357

Color information

#AF0357 (or 0xAF0357) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 03 and 57. RGB value is (175,3,87). Sum of RGB (Red+Green+Blue) = 175+3+87=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0357 is #50FCA8. Grayscale: #3F3F3F. Windows color (decimal): -5307561 or 5702575. OLE color: 5702575.

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

Color convert

RGB175387-
CMYK00.980.500.31
HSL330.7º96.63%34.9%-
HSV(B)330.7º98.29%68.63%-
XYZ19.439.879.9-
YUV64140.98207.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.04%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=66.04%
G=1.13%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17538700.980.500.31330.796.6334.9
HexAF357062321F14b6123
Octal25731270142623751314143
Binary1010111111101011101100010110010111111010010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0357; }

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

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

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

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

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

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

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

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