#AF1150

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

Shades of Jazzberry Jam #AF1150

Tints of Jazzberry Jam #AF1150

Color information

#AF1150 (or 0xAF1150) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 11 and 50. RGB value is (175,17,80). Sum of RGB (Red+Green+Blue) = 175+17+80=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1150 is #50EEAF. Grayscale: #474747. Windows color (decimal): -5303984 or 5247407. OLE color: 5247407.

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

Color convert

RGB1751780-
CMYK00.900.540.31
HSL336.08º82.29%37.65%-
HSV(B)336.08º90.29%68.63%-
XYZ19.3310.098.52-
YUV71.42132.85201.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=64.34%
G=6.25%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175178000.900.540.31336.0882.2937.65
HexAF115005A361F1505226
Octal257211200132663752012246
Binary1010111110001101000001011010110110111111010100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1150; }

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

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

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

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

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

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

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

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