#af0b47

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

Shades of Jazzberry Jam #AF0B47

Tints of Jazzberry Jam #AF0B47

Color information

#AF0B47 (or 0xAF0B47) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0B and 47. RGB value is (175,11,71). Sum of RGB (Red+Green+Blue) = 175+11+71=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B47 is #50F4B8. Grayscale: #424242. Windows color (decimal): -5305529 or 4656047. OLE color: 4656047.

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

Color convert

RGB1751171-
CMYK00.940.590.31
HSL338.05º88.17%36.47%-
HSV(B)338.05º93.71%68.63%-
XYZ18.949.816.86-
YUV66.88130.33205.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=68.09%
G=4.28%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175117100.940.590.31338.0588.1736.47
HexAFB4705E3B1F1525824
Octal257131070136733752213044
Binary101011111011100011101011110111011111111010100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0b47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0b47; }

 p { color: rgb(175,11,71); }

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

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

 a { background-color: rgb(175,11,71); }

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

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

 span { border-color: rgb(175,11,71); }

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