#AF115A

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

Shades of Jazzberry Jam #AF115A

Tints of Jazzberry Jam #AF115A

Color information

#AF115A (or 0xAF115A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 11 and 5A. RGB value is (175,17,90). Sum of RGB (Red+Green+Blue) = 175+17+90=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF115A is #50EEA5. Grayscale: #484848. Windows color (decimal): -5303974 or 5902767. OLE color: 5902767.

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

Color convert

RGB1751790-
CMYK00.900.490.31
HSL332.28º82.29%37.65%-
HSV(B)332.28º90.29%68.63%-
XYZ19.7310.2510.61-
YUV72.56137.85201.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 17 (7.03% from 255) = 6.03%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=62.06%
G=6.03%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175179000.900.490.31332.2882.2937.65
HexAF115A05A311F14c5226
Octal257211320132613751412246
Binary1010111110001101101001011010110001111111010011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF115A; }

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

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

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

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

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

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

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

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