#AF0969

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

Shades of Jazzberry Jam #AF0969

Tints of Jazzberry Jam #AF0969

Color information

#AF0969 (or 0xAF0969) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 09 and 69. RGB value is (175,9,105). Sum of RGB (Red+Green+Blue) = 175+9+105=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0969 is #50F696. Grayscale: #454545. Windows color (decimal): -5306007 or 6883759. OLE color: 6883759.

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

Color convert

RGB1759105-
CMYK00.950.400.31
HSL325.3º90.22%36.08%-
HSV(B)325.3º94.86%68.63%-
XYZ20.3310.3314.29-
YUV69.58148203.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 9 (3.91% from 255) = 3.11%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=60.55%
G=3.11%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175910500.950.400.31325.390.2236.08
HexAF96905F281F1455a24
Octal257111510137503750513244
Binary101011111001110100101011111101000111111010001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0969; }

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

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

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

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

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

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

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

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