#AF0964

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

Shades of Jazzberry Jam #AF0964

Tints of Jazzberry Jam #AF0964

Color information

#AF0964 (or 0xAF0964) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 09 and 64. RGB value is (175,9,100). Sum of RGB (Red+Green+Blue) = 175+9+100=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0964 is #50F69B. Grayscale: #444444. Windows color (decimal): -5306012 or 6556079. OLE color: 6556079.

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

Color convert

RGB1759100-
CMYK00.950.430.31
HSL327.11º90.22%36.08%-
HSV(B)327.11º94.86%68.63%-
XYZ20.0810.2312.97-
YUV69.01145.5203.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=61.62%
G=3.17%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175910000.950.430.31327.1190.2236.08
HexAF96405F2B1F1475a24
Octal257111440137533750713244
Binary101011111001110010001011111101011111111010001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0964; }

 p { color: rgb(175,9,100); }

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

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

 a { background-color: rgb(175,9,100); }

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

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

 span { border-color: rgb(175,9,100); }

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