#AF1170

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

Shades of Jazzberry Jam #AF1170

Tints of Jazzberry Jam #AF1170

Color information

#AF1170 (or 0xAF1170) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 11 and 70. RGB value is (175,17,112). Sum of RGB (Red+Green+Blue) = 175+17+112=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1170 is #50EE8F. Grayscale: #4A4A4A. Windows color (decimal): -5303952 or 7344559. OLE color: 7344559.

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

Color convert

RGB17517112-
CMYK00.900.360.31
HSL323.92º82.29%37.65%-
HSV(B)323.92º90.29%68.63%-
XYZ20.810.6816.3-
YUV75.07148.85199.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 17 (7.03% from 255) = 5.59%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=57.57%
G=5.59%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751711200.900.360.31323.9282.2937.65
HexAF117005A241F1445226
Octal257211600132443750412246
Binary1010111110001111000001011010100100111111010001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1170; }

 p { color: rgb(175,17,112); }

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

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

 a { background-color: rgb(175,17,112); }

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

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

 span { border-color: rgb(175,17,112); }

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