#AF0B4D

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

Shades of Jazzberry Jam #AF0B4D

Tints of Jazzberry Jam #AF0B4D

Color information

#AF0B4D (or 0xAF0B4D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0B and 4D. RGB value is (175,11,77). Sum of RGB (Red+Green+Blue) = 175+11+77=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B4D is #50F4B2. Grayscale: #434343. Windows color (decimal): -5305523 or 5049263. OLE color: 5049263.

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

Color convert

RGB1751177-
CMYK00.940.560.31
HSL335.85º88.17%36.47%-
HSV(B)335.85º93.71%68.63%-
XYZ19.149.897.92-
YUV67.56133.33204.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=66.54%
G=4.18%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175117700.940.560.31335.8588.1736.47
HexAFB4D05E381F1505824
Octal257131150136703752013044
Binary101011111011100110101011110111000111111010100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B4D; }

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

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

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

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

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

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

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

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