#AF0955

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

Shades of Jazzberry Jam #AF0955

Tints of Jazzberry Jam #AF0955

Color information

#AF0955 (or 0xAF0955) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 09 and 55. RGB value is (175,9,85). Sum of RGB (Red+Green+Blue) = 175+9+85=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0955 is #50F6AA. Grayscale: #434343. Windows color (decimal): -5306027 or 5573039. OLE color: 5573039.

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

Color convert

RGB175985-
CMYK00.950.510.31
HSL332.53º90.22%36.08%-
HSV(B)332.53º94.86%68.63%-
XYZ19.429.979.49-
YUV67.3138204.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.06%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=65.06%
G=3.35%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17598500.950.510.31332.5390.2236.08
HexAF95505F331F14d5a24
Octal257111250137633751513244
Binary101011111001101010101011111110011111111010011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0955; }

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

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

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

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

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

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

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

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