#AF0660

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

Shades of Jazzberry Jam #AF0660

Tints of Jazzberry Jam #AF0660

Color information

#AF0660 (or 0xAF0660) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 06 and 60. RGB value is (175,6,96). Sum of RGB (Red+Green+Blue) = 175+6+96=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0660 is #50F99F. Grayscale: #424242. Windows color (decimal): -5306784 or 6293167. OLE color: 6293167.

HSL color Cylindrical-coordinate representation of color #AF0660: hue angle of 328.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0660 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB175696-
CMYK00.970.450.31
HSL328.05º93.37%35.49%-
HSV(B)328.05º96.57%68.63%-
XYZ19.8610.0911.97-
YUV66.79144.49205.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=63.18%
G=2.17%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17569600.970.450.31328.0593.3735.49
HexAF6600612D1F1485d23
Octal25761400141553751013543
Binary10101111110110000001100001101101111111010010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0660; }

 p { color: rgb(175,6,96); }

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

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

 a { background-color: rgb(175,6,96); }

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

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

 span { border-color: rgb(175,6,96); }

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