#AF0B6E

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

Shades of Jazzberry Jam #AF0B6E

Tints of Jazzberry Jam #AF0B6E

Color information

#AF0B6E (or 0xAF0B6E) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 0B and 6E. RGB value is (175,11,110). Sum of RGB (Red+Green+Blue) = 175+11+110=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B6E is #50F491. Grayscale: #474747. Windows color (decimal): -5305490 or 7211951. OLE color: 7211951.

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

Color convert

RGB17511110-
CMYK00.940.370.31
HSL323.78º88.17%36.47%-
HSV(B)323.78º93.71%68.63%-
XYZ20.6110.4815.69-
YUV71.32149.83201.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 11 (4.69% from 255) = 3.72%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=59.12%
G=3.72%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751111000.940.370.31323.7888.1736.47
HexAFB6E05E251F1445824
Octal257131560136453750413044
Binary101011111011110111001011110100101111111010001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B6E; }

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

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

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

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

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

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

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

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