#AF1861

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

Shades of Jazzberry Jam #AF1861

Tints of Jazzberry Jam #AF1861

Color information

#AF1861 (or 0xAF1861) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 18 and 61. RGB value is (175,24,97). Sum of RGB (Red+Green+Blue) = 175+24+97=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1861 is #50E79E. Grayscale: #4D4D4D. Windows color (decimal): -5302175 or 6363311. OLE color: 6363311.

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

Color convert

RGB1752497-
CMYK00.860.450.31
HSL330.99º75.88%39.02%-
HSV(B)330.99º86.29%68.63%-
XYZ20.1610.6312.3-
YUV77.47139.03197.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=59.12%
G=8.11%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175249700.860.450.31330.9975.8839.02
HexAF18610562D1F14b4c27
Octal257301410126553751311447
Binary1010111111000110000101010110101101111111010010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1861; }

 p { color: rgb(175,24,97); }

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

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

 a { background-color: rgb(175,24,97); }

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

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

 span { border-color: rgb(175,24,97); }

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